Html Css Color HEX #407625 Bilbao

📋 copy color: '#407625'

red 64 ◦ green 118 ◦ blue 37

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

Shades of Bilbao #407625

Tints of Bilbao #407625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.89%

R = 29.22%
G = 53.88%
B = 16.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#407625 (or 0x407625) is known color: Bilbao. HEX triplet: 40, 76 and 25. RGB value is (64,118,37). Sum of RGB (Red+Green+Blue) = 64+118+37=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #407625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407625 is #BF89DA. Grayscale: #5C5C5C. Windows color (decimal): -12552667 or 2455104. OLE color: 2455104.

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

Color convert

RGB 64 118 37 -
CMYK 0.46 0 0.69 0.54
HSL 100º 0.52% 0.3% -
HSV(B) 100º 0.69% 0.46% -
XYZ 8.93 14.18 4.02 -
YUV 92.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 64 118 37 0.46 0 0.69 0.54 100 0.52 0.3
Hex 40 76 25 2E 0 45 36 64 34 1E
Octal 100 166 45 56 0 105 66 144 64 36
Binary 1000000 1110110 100101 101110 0 1000101 110110 1100100 110100 11110

Color Harmonies of #407625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407625

Black with #407625

Text Example


Text Example

White with #407625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407625; }

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

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

background-color css

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

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

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

border-color css

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

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

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