#398621

Color #398621 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #398621

Tints of Bilbao #398621

Color information

#398621 (or 0x398621) is unknown color: approx Bilbao. HEX triplet: 39, 86 and 21. RGB value is (57,134,33). Sum of RGB (Red+Green+Blue) = 57+134+33=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #398621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398621 is #C679DE. Grayscale: #636363. Windows color (decimal): -13007327 or 2197049. OLE color: 2197049.

HSL color Cylindrical-coordinate representation of color #398621: hue angle of 105.74º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398621 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB5713433-
CMYK0.5700.750.47
HSL105.74º60.48%32.75%-
HSV(B)105.74º75.37%52.55%-
XYZ10.4918.034.37-
YUV99.4690.4997.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 134 (52.73% from 255) = 59.82%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=25.45%
G=59.82%
B=14.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134330.5700.750.47105.7460.4832.75
Hex3986213904B2F6a3c21
Octal7120641710113571527441
Binary11100110000110100001111001010010111011111101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398621; }

 p { color: rgb(57,134,33); }

 H1.HeaderClassName
 {
   color: #398621;
 }
 .AnyTagClassName
 {
   color: #398621;
 }
</style>
background-color css

<style>
 a { background-color: #398621; }

 a { background-color: rgb(57,134,33); }

 div.DivClassName
 {
   background-color: #398621;
 }
 .BgClassName
 {
   background-color: #398621;
 }
</style>
border-color css

<style>
 span { border-color: #398621; }

 span { border-color: rgb(57,134,33); }

 td.TdClassName
 {
   border-color: #398621;
 }
 .TagClassName
 {
   border-color: #398621;
 }
</style>