Html Css Color HEX #407B37 Bilbao

📋 copy color: '#407B37'

red 64 ◦ green 123 ◦ blue 55

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

Shades of Bilbao #407B37

Tints of Bilbao #407B37

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.83%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 26.45%
G = 50.83%
B = 22.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#407B37 (or 0x407B37) is known color: Bilbao. HEX triplet: 40, 7B and 37. RGB value is (64,123,55). Sum of RGB (Red+Green+Blue) = 64+123+55=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #407B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B37 is #BF84C8. Grayscale: #616161. Windows color (decimal): -12551369 or 3636032. OLE color: 3636032.

HSL color Cylindrical-coordinate representation of color #407B37: hue angle of 112.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #407B37 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 55 -
CMYK 0.48 0 0.55 0.52
HSL 112.06º 0.38% 0.35% -
HSV(B) 112.06º 0.55% 0.48% -
XYZ 9.89 15.53 6.09 -
YUV 97.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 64 123 55 0.48 0 0.55 0.52 112.06 0.38 0.35
Hex 40 7B 37 30 0 37 34 70 26 23
Octal 100 173 67 60 0 67 64 160 46 43
Binary 1000000 1111011 110111 110000 0 110111 110100 1110000 100110 100011

Color Harmonies of #407B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B37

Black with #407B37

Text Example


Text Example

White with #407B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B37; }

 p { color: rgb(64,123,55); }

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

background-color css

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

 a { background-color: rgb(64,123,55); }

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

border-color css

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

 span { border-color: rgb(64,123,55); }

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