Html Css Color HEX #407604 Bilbao

📋 copy color: '#407604'

red 64 ◦ green 118 ◦ blue 4

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

Shades of Bilbao #407604

Tints of Bilbao #407604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.44%

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 34.41%
G = 63.44%
B = 2.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#407604 (or 0x407604) is known color: Bilbao. HEX triplet: 40, 76 and 04. RGB value is (64,118,4). Sum of RGB (Red+Green+Blue) = 64+118+4=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #407604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407604 is #BF89FB. Grayscale: #595959. Windows color (decimal): -12552700 or 292416. OLE color: 292416.

HSL color Cylindrical-coordinate representation of color #407604: hue angle of 88.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #407604 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 4 -
CMYK 0.46 0 0.97 0.54
HSL 88.42º 0.93% 0.24% -
HSV(B) 88.42º 0.97% 0.46% -
XYZ 8.61 14.06 2.37 -
YUV 88.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 64 118 4 0.46 0 0.97 0.54 88.42 0.93 0.24
Hex 40 76 4 2E 0 61 36 58 5D 18
Octal 100 166 4 56 0 141 66 130 135 30
Binary 1000000 1110110 100 101110 0 1100001 110110 1011000 1011101 11000

Color Harmonies of #407604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407604

Black with #407604

Text Example


Text Example

White with #407604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407604; }

 p { color: rgb(64,118,4); }

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

background-color css

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

 a { background-color: rgb(64,118,4); }

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

border-color css

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

 span { border-color: rgb(64,118,4); }

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