Html Css Color HEX #407500 Bilbao

📋 copy color: '#407500'

red 64 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #407500

Tints of Bilbao #407500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 64.64%

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

R = 35.36%
G = 64.64%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#407500 (or 0x407500) is known color: Bilbao. HEX triplet: 40, 75 and 00. RGB value is (64,117,0). Sum of RGB (Red+Green+Blue) = 64+117+0=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #407500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407500 is #BF8AFF. Grayscale: #585858. Windows color (decimal): -12552960 or 30016. OLE color: 30016.

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

Color convert

RGB 64 117 0 -
CMYK 0.45 0 1 0.54
HSL 87.18º 1% 0.23% -
HSV(B) 87.18º 1% 0.46% -
XYZ 8.48 13.81 2.22 -
YUV 87.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 64 117 0 0.45 0 1 0.54 87.18 1 0.23
Hex 40 75 0 2D 0 64 36 57 64 17
Octal 100 165 0 55 0 144 66 127 144 27
Binary 1000000 1110101 0 101101 0 1100100 110110 1010111 1100100 10111

Color Harmonies of #407500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407500

Black with #407500

Text Example


Text Example

White with #407500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407500; }

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

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

background-color css

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

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

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

border-color css

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

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

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