Html Css Color HEX #407728 Bilbao

📋 copy color: '#407728'

red 64 ◦ green 119 ◦ blue 40

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

Shades of Bilbao #407728

Tints of Bilbao #407728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.36%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 28.7%
G = 53.36%
B = 17.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#407728 (or 0x407728) is known color: Bilbao. HEX triplet: 40, 77 and 28. RGB value is (64,119,40). Sum of RGB (Red+Green+Blue) = 64+119+40=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #407728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407728 is #BF88D7. Grayscale: #5D5D5D. Windows color (decimal): -12552408 or 2651968. OLE color: 2651968.

HSL color Cylindrical-coordinate representation of color #407728: hue angle of 101.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407728 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 40 -
CMYK 0.46 0 0.66 0.53
HSL 101.77º 0.5% 0.31% -
HSV(B) 101.77º 0.66% 0.47% -
XYZ 9.09 14.44 4.31 -
YUV 93.55 97.78 106.92 -
System Red Green Blue C M Y K H S L
Decimal 64 119 40 0.46 0 0.66 0.53 101.77 0.5 0.31
Hex 40 77 28 2E 0 42 35 66 32 1F
Octal 100 167 50 56 0 102 65 146 62 37
Binary 1000000 1110111 101000 101110 0 1000010 110101 1100110 110010 11111

Color Harmonies of #407728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407728

Black with #407728

Text Example


Text Example

White with #407728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407728; }

 p { color: rgb(64,119,40); }

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

background-color css

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

 a { background-color: rgb(64,119,40); }

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

border-color css

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

 span { border-color: rgb(64,119,40); }

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