Html Css Color HEX #407C04 Bilbao

📋 copy color: '#407C04'

red 64 ◦ green 124 ◦ blue 4

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

Shades of Bilbao #407C04

Tints of Bilbao #407C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 64.58%

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

R = 33.33%
G = 64.58%
B = 2.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#407C04 (or 0x407C04) is known color: Bilbao. HEX triplet: 40, 7C and 04. RGB value is (64,124,4). Sum of RGB (Red+Green+Blue) = 64+124+4=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #407C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C04 is #BF83FB. Grayscale: #5C5C5C. Windows color (decimal): -12551164 or 293952. OLE color: 293952.

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

Color convert

RGB 64 124 4 -
CMYK 0.48 0 0.97 0.51
HSL 90º 0.94% 0.25% -
HSV(B) 90º 0.97% 0.49% -
XYZ 9.34 15.51 2.62 -
YUV 92.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 64 124 4 0.48 0 0.97 0.51 90 0.94 0.25
Hex 40 7C 4 30 0 61 33 5A 5E 19
Octal 100 174 4 60 0 141 63 132 136 31
Binary 1000000 1111100 100 110000 0 1100001 110011 1011010 1011110 11001

Color Harmonies of #407C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C04

Black with #407C04

Text Example


Text Example

White with #407C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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