Html Css Color HEX #408519 Bilbao

📋 copy color: '#408519'

red 64 ◦ green 133 ◦ blue 25

#408519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #408519

Tints of Bilbao #408519

RGB

 RED value IS 64 (25.39% from 255) = 28.83%

 GREEN value IS 133 (52.34% from 255) = 59.91%

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 28.83%
G = 59.91%
B = 11.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#408519 (or 0x408519) is known color: Bilbao. HEX triplet: 40, 85 and 19. RGB value is (64,133,25). Sum of RGB (Red+Green+Blue) = 64+133+25=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #408519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408519 is #BF7AE6. Grayscale: #646464. Windows color (decimal): -12548839 or 1672512. OLE color: 1672512.

HSL color Cylindrical-coordinate representation of color #408519: hue angle of 98.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #408519 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 25 -
CMYK 0.52 0 0.81 0.48
HSL 98.33º 0.68% 0.31% -
HSV(B) 98.33º 0.81% 0.52% -
XYZ 10.68 17.94 3.82 -
YUV 100.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 64 133 25 0.52 0 0.81 0.48 98.33 0.68 0.31
Hex 40 85 19 34 0 51 30 62 44 1F
Octal 100 205 31 64 0 121 60 142 104 37
Binary 1000000 10000101 11001 110100 0 1010001 110000 1100010 1000100 11111

Color Harmonies of #408519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408519

Black with #408519

Text Example


Text Example

White with #408519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408519; }

 p { color: rgb(64,133,25); }

 H1.HeaderClassName
 {
   color: #408519;
 }
 .AnyTagClassName
 {
   color: #408519;
 }
</style>

background-color css

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

 a { background-color: rgb(64,133,25); }

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

border-color css

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

 span { border-color: rgb(64,133,25); }

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