Html Css Color HEX #407915 Bilbao

📋 copy color: '#407915'

red 64 ◦ green 121 ◦ blue 21

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

Shades of Bilbao #407915

Tints of Bilbao #407915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 31.07%
G = 58.74%
B = 10.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#407915 (or 0x407915) is known color: Bilbao. HEX triplet: 40, 79 and 15. RGB value is (64,121,21). Sum of RGB (Red+Green+Blue) = 64+121+21=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #407915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407915 is #BF86EA. Grayscale: #5C5C5C. Windows color (decimal): -12551915 or 1407296. OLE color: 1407296.

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

Color convert

RGB 64 121 21 -
CMYK 0.47 0 0.83 0.53
HSL 94.2º 0.7% 0.28% -
HSV(B) 94.2º 0.83% 0.47% -
XYZ 9.09 14.82 3.09 -
YUV 92.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 64 121 21 0.47 0 0.83 0.53 94.2 0.7 0.28
Hex 40 79 15 2F 0 53 35 5E 46 1C
Octal 100 171 25 57 0 123 65 136 106 34
Binary 1000000 1111001 10101 101111 0 1010011 110101 1011110 1000110 11100

Color Harmonies of #407915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407915

Black with #407915

Text Example


Text Example

White with #407915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407915; }

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

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

background-color css

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

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

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

border-color css

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

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

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