Html Css Color HEX #407320 Bilbao

📋 copy color: '#407320'

red 64 ◦ green 115 ◦ blue 32

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

Shades of Bilbao #407320

Tints of Bilbao #407320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 30.33%
G = 54.5%
B = 15.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#407320 (or 0x407320) is known color: Bilbao. HEX triplet: 40, 73 and 20. RGB value is (64,115,32). Sum of RGB (Red+Green+Blue) = 64+115+32=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #407320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407320 is #BF8CDF. Grayscale: #5A5A5A. Windows color (decimal): -12553440 or 2126656. OLE color: 2126656.

HSL color Cylindrical-coordinate representation of color #407320: hue angle of 96.87º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407320 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 32 -
CMYK 0.44 0 0.72 0.55
HSL 96.87º 0.56% 0.29% -
HSV(B) 96.87º 0.72% 0.45% -
XYZ 8.51 13.46 3.52 -
YUV 90.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 64 115 32 0.44 0 0.72 0.55 96.87 0.56 0.29
Hex 40 73 20 2C 0 48 37 61 38 1D
Octal 100 163 40 54 0 110 67 141 70 35
Binary 1000000 1110011 100000 101100 0 1001000 110111 1100001 111000 11101

Color Harmonies of #407320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407320

Black with #407320

Text Example


Text Example

White with #407320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407320; }

 p { color: rgb(64,115,32); }

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

background-color css

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

 a { background-color: rgb(64,115,32); }

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

border-color css

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

 span { border-color: rgb(64,115,32); }

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