Html Css Color HEX #407323 Bilbao

📋 copy color: '#407323'

red 64 ◦ green 115 ◦ blue 35

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

Shades of Bilbao #407323

Tints of Bilbao #407323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 29.91%
G = 53.74%
B = 16.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#407323 (or 0x407323) is known color: Bilbao. HEX triplet: 40, 73 and 23. RGB value is (64,115,35). Sum of RGB (Red+Green+Blue) = 64+115+35=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #407323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407323 is #BF8CDC. Grayscale: #5A5A5A. Windows color (decimal): -12553437 or 2323264. OLE color: 2323264.

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

Color convert

RGB 64 115 35 -
CMYK 0.44 0 0.70 0.55
HSL 98.25º 0.53% 0.29% -
HSV(B) 98.25º 0.7% 0.45% -
XYZ 8.55 13.47 3.74 -
YUV 90.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 64 115 35 0.44 0 0.70 0.55 98.25 0.53 0.29
Hex 40 73 23 2C 0 46 37 62 35 1D
Octal 100 163 43 54 0 106 67 142 65 35
Binary 1000000 1110011 100011 101100 0 1000110 110111 1100010 110101 11101

Color Harmonies of #407323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407323

Black with #407323

Text Example


Text Example

White with #407323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407323; }

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

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

background-color css

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

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

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

border-color css

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

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

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