Html Css Color HEX #407B04 Bilbao

📋 copy color: '#407B04'

red 64 ◦ green 123 ◦ blue 4

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

Shades of Bilbao #407B04

Tints of Bilbao #407B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 64.4%

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

R = 33.51%
G = 64.4%
B = 2.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#407B04 (or 0x407B04) is known color: Bilbao. HEX triplet: 40, 7B and 04. RGB value is (64,123,4). Sum of RGB (Red+Green+Blue) = 64+123+4=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #407B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B04 is #BF84FB. Grayscale: #5C5C5C. Windows color (decimal): -12551420 or 293696. OLE color: 293696.

HSL color Cylindrical-coordinate representation of color #407B04: hue angle of 89.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #407B04 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 4 -
CMYK 0.48 0 0.97 0.52
HSL 89.75º 0.94% 0.25% -
HSV(B) 89.75º 0.97% 0.48% -
XYZ 9.22 15.26 2.58 -
YUV 91.79 78.45 108.18 -
System Red Green Blue C M Y K H S L
Decimal 64 123 4 0.48 0 0.97 0.52 89.75 0.94 0.25
Hex 40 7B 4 30 0 61 34 5A 5E 19
Octal 100 173 4 60 0 141 64 132 136 31
Binary 1000000 1111011 100 110000 0 1100001 110100 1011010 1011110 11001

Color Harmonies of #407B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B04

Black with #407B04

Text Example


Text Example

White with #407B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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