Html Css Color HEX #407701 Bilbao

📋 copy color: '#407701'

red 64 ◦ green 119 ◦ blue 1

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

Shades of Bilbao #407701

Tints of Bilbao #407701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 34.78%
G = 64.67%
B = 0.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#407701 (or 0x407701) is known color: Bilbao. HEX triplet: 40, 77 and 01. RGB value is (64,119,1). Sum of RGB (Red+Green+Blue) = 64+119+1=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #407701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407701 is #BF88FE. Grayscale: #595959. Windows color (decimal): -12552447 or 96064. OLE color: 96064.

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

Color convert

RGB 64 119 1 -
CMYK 0.46 0 0.99 0.53
HSL 87.97º 0.98% 0.24% -
HSV(B) 87.97º 0.99% 0.47% -
XYZ 8.72 14.29 2.33 -
YUV 89.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 64 119 1 0.46 0 0.99 0.53 87.97 0.98 0.24
Hex 40 77 1 2E 0 63 35 58 62 18
Octal 100 167 1 56 0 143 65 130 142 30
Binary 1000000 1110111 1 101110 0 1100011 110101 1011000 1100010 11000

Color Harmonies of #407701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407701

Black with #407701

Text Example


Text Example

White with #407701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407701; }

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

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

background-color css

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

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

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

border-color css

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

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

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