Html Css Color HEX #407928 Bilbao

📋 copy color: '#407928'

red 64 ◦ green 121 ◦ blue 40

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

Shades of Bilbao #407928

Tints of Bilbao #407928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.78%

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

R = 28.44%
G = 53.78%
B = 17.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#407928 (or 0x407928) is known color: Bilbao. HEX triplet: 40, 79 and 28. RGB value is (64,121,40). Sum of RGB (Red+Green+Blue) = 64+121+40=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #407928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407928 is #BF86D7. Grayscale: #5E5E5E. Windows color (decimal): -12551896 or 2652480. OLE color: 2652480.

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

Color convert

RGB 64 121 40 -
CMYK 0.47 0 0.67 0.53
HSL 102.22º 0.5% 0.32% -
HSV(B) 102.22º 0.67% 0.47% -
XYZ 9.33 14.92 4.39 -
YUV 94.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 64 121 40 0.47 0 0.67 0.53 102.22 0.5 0.32
Hex 40 79 28 2F 0 43 35 66 32 20
Octal 100 171 50 57 0 103 65 146 62 40
Binary 1000000 1111001 101000 101111 0 1000011 110101 1100110 110010 100000

Color Harmonies of #407928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407928

Black with #407928

Text Example


Text Example

White with #407928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407928; }

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

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

background-color css

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

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

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

border-color css

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

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

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