Html Css Color HEX #407015 Bilbao

📋 copy color: '#407015'

red 64 ◦ green 112 ◦ blue 21

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

Shades of Bilbao #407015

Tints of Bilbao #407015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

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

R = 32.49%
G = 56.85%
B = 10.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#407015 (or 0x407015) is known color: Bilbao. HEX triplet: 40, 70 and 15. RGB value is (64,112,21). Sum of RGB (Red+Green+Blue) = 64+112+21=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #407015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407015 is #BF8FEA. Grayscale: #575757. Windows color (decimal): -12554219 or 1404992. OLE color: 1404992.

HSL color Cylindrical-coordinate representation of color #407015: hue angle of 91.65º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #407015 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 21 -
CMYK 0.43 0 0.81 0.56
HSL 91.65º 0.68% 0.26% -
HSV(B) 91.65º 0.81% 0.44% -
XYZ 8.04 12.73 2.74 -
YUV 87.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 64 112 21 0.43 0 0.81 0.56 91.65 0.68 0.26
Hex 40 70 15 2B 0 51 38 5C 44 1A
Octal 100 160 25 53 0 121 70 134 104 32
Binary 1000000 1110000 10101 101011 0 1010001 111000 1011100 1000100 11010

Color Harmonies of #407015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407015

Black with #407015

Text Example


Text Example

White with #407015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407015; }

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

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

background-color css

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

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

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

border-color css

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

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

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