Html Css Color HEX #407C05 Bilbao

📋 copy color: '#407C05'

red 64 ◦ green 124 ◦ blue 5

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

Shades of Bilbao #407C05

Tints of Bilbao #407C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 33.16%
G = 64.25%
B = 2.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#407C05 (or 0x407C05) is known color: Bilbao. HEX triplet: 40, 7C and 05. RGB value is (64,124,5). Sum of RGB (Red+Green+Blue) = 64+124+5=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #407C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C05 is #BF83FA. Grayscale: #5C5C5C. Windows color (decimal): -12551163 or 359488. OLE color: 359488.

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

Color convert

RGB 64 124 5 -
CMYK 0.48 0 0.96 0.51
HSL 90.25º 0.92% 0.25% -
HSV(B) 90.25º 0.96% 0.49% -
XYZ 9.35 15.52 2.65 -
YUV 92.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 64 124 5 0.48 0 0.96 0.51 90.25 0.92 0.25
Hex 40 7C 5 30 0 60 33 5A 5C 19
Octal 100 174 5 60 0 140 63 132 134 31
Binary 1000000 1111100 101 110000 0 1100000 110011 1011010 1011100 11001

Color Harmonies of #407C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C05

Black with #407C05

Text Example


Text Example

White with #407C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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