Html Css Color HEX #407C07 Bilbao

📋 copy color: '#407C07'

red 64 ◦ green 124 ◦ blue 7

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

Shades of Bilbao #407C07

Tints of Bilbao #407C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.59%

R = 32.82%
G = 63.59%
B = 3.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#407C07 (or 0x407C07) is known color: Bilbao. HEX triplet: 40, 7C and 07. RGB value is (64,124,7). Sum of RGB (Red+Green+Blue) = 64+124+7=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #407C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C07 is #BF83F8. Grayscale: #5D5D5D. Windows color (decimal): -12551161 or 490560. OLE color: 490560.

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

Color convert

RGB 64 124 7 -
CMYK 0.48 0 0.94 0.51
HSL 90.77º 0.89% 0.26% -
HSV(B) 90.77º 0.94% 0.49% -
XYZ 9.36 15.52 2.7 -
YUV 92.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 64 124 7 0.48 0 0.94 0.51 90.77 0.89 0.26
Hex 40 7C 7 30 0 5E 33 5B 59 1A
Octal 100 174 7 60 0 136 63 133 131 32
Binary 1000000 1111100 111 110000 0 1011110 110011 1011011 1011001 11010

Color Harmonies of #407C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C07

Black with #407C07

Text Example


Text Example

White with #407C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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