Html Css Color HEX #407321 Bilbao

📋 copy color: '#407321'

red 64 ◦ green 115 ◦ blue 33

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

Shades of Bilbao #407321

Tints of Bilbao #407321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.57%

R = 30.19%
G = 54.25%
B = 15.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#407321 (or 0x407321) is known color: Bilbao. HEX triplet: 40, 73 and 21. RGB value is (64,115,33). Sum of RGB (Red+Green+Blue) = 64+115+33=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #407321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407321 is #BF8CDE. Grayscale: #5A5A5A. Windows color (decimal): -12553439 or 2192192. OLE color: 2192192.

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

Color convert

RGB 64 115 33 -
CMYK 0.44 0 0.71 0.55
HSL 97.32º 0.55% 0.29% -
HSV(B) 97.32º 0.71% 0.45% -
XYZ 8.52 13.46 3.59 -
YUV 90.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 64 115 33 0.44 0 0.71 0.55 97.32 0.55 0.29
Hex 40 73 21 2C 0 47 37 61 37 1D
Octal 100 163 41 54 0 107 67 141 67 35
Binary 1000000 1110011 100001 101100 0 1000111 110111 1100001 110111 11101

Color Harmonies of #407321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407321

Black with #407321

Text Example


Text Example

White with #407321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407321; }

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

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

background-color css

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

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

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

border-color css

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

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

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