Html Css Color HEX #407304 Bilbao

📋 copy color: '#407304'

red 64 ◦ green 115 ◦ blue 4

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

Shades of Bilbao #407304

Tints of Bilbao #407304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 34.97%
G = 62.84%
B = 2.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#407304 (or 0x407304) is known color: Bilbao. HEX triplet: 40, 73 and 04. RGB value is (64,115,4). Sum of RGB (Red+Green+Blue) = 64+115+4=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #407304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407304 is #BF8CFB. Grayscale: #575757. Windows color (decimal): -12553468 or 291648. OLE color: 291648.

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

Color convert

RGB 64 115 4 -
CMYK 0.44 0 0.97 0.55
HSL 87.57º 0.93% 0.23% -
HSV(B) 87.57º 0.97% 0.45% -
XYZ 8.27 13.36 2.26 -
YUV 87.1 81.1 111.53 -
System Red Green Blue C M Y K H S L
Decimal 64 115 4 0.44 0 0.97 0.55 87.57 0.93 0.23
Hex 40 73 4 2C 0 61 37 58 5D 17
Octal 100 163 4 54 0 141 67 130 135 27
Binary 1000000 1110011 100 101100 0 1100001 110111 1011000 1011101 10111

Color Harmonies of #407304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407304

Black with #407304

Text Example


Text Example

White with #407304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407304; }

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

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

background-color css

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

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

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

border-color css

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

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

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