Html Css Color HEX #408514 Bilbao

📋 copy color: '#408514'

red 64 ◦ green 133 ◦ blue 20

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

Shades of Bilbao #408514

Tints of Bilbao #408514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 29.49%
G = 61.29%
B = 9.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#408514 (or 0x408514) is known color: Bilbao. HEX triplet: 40, 85 and 14. RGB value is (64,133,20). Sum of RGB (Red+Green+Blue) = 64+133+20=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #408514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408514 is #BF7AEB. Grayscale: #636363. Windows color (decimal): -12548844 or 1344832. OLE color: 1344832.

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

Color convert

RGB 64 133 20 -
CMYK 0.52 0 0.85 0.48
HSL 96.64º 0.74% 0.3% -
HSV(B) 96.64º 0.85% 0.52% -
XYZ 10.63 17.92 3.56 -
YUV 99.49 83.14 102.69 -
System Red Green Blue C M Y K H S L
Decimal 64 133 20 0.52 0 0.85 0.48 96.64 0.74 0.3
Hex 40 85 14 34 0 55 30 61 4A 1E
Octal 100 205 24 64 0 125 60 141 112 36
Binary 1000000 10000101 10100 110100 0 1010101 110000 1100001 1001010 11110

Color Harmonies of #408514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408514

Black with #408514

Text Example


Text Example

White with #408514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408514; }

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

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

background-color css

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

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

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

border-color css

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

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

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