Html Css Color HEX #407700 Bilbao

📋 copy color: '#407700'

red 64 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #407700

Tints of Bilbao #407700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.97%
G = 65.03%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#407700 (or 0x407700) is known color: Bilbao. HEX triplet: 40, 77 and 00. RGB value is (64,119,0). Sum of RGB (Red+Green+Blue) = 64+119+0=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #407700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407700 is #BF88FF. Grayscale: #595959. Windows color (decimal): -12552448 or 30528. OLE color: 30528.

HSL color Cylindrical-coordinate representation of color #407700: hue angle of 87.73º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #407700 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 0 -
CMYK 0.46 0 1 0.53
HSL 87.73º 1% 0.23% -
HSV(B) 87.73º 1% 0.47% -
XYZ 8.71 14.28 2.3 -
YUV 88.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 64 119 0 0.46 0 1 0.53 87.73 1 0.23
Hex 40 77 0 2E 0 64 35 58 64 17
Octal 100 167 0 56 0 144 65 130 144 27
Binary 1000000 1110111 0 101110 0 1100100 110101 1011000 1100100 10111

Color Harmonies of #407700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407700

Black with #407700

Text Example


Text Example

White with #407700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407700; }

 p { color: rgb(64,119,0); }

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

background-color css

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

 a { background-color: rgb(64,119,0); }

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

border-color css

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

 span { border-color: rgb(64,119,0); }

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