Html Css Color HEX #408900 Bilbao

📋 copy color: '#408900'

red 64 ◦ green 137 ◦ blue 0

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

Shades of Bilbao #408900

Tints of Bilbao #408900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 68.16%

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

R = 31.84%
G = 68.16%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#408900 (or 0x408900) is known color: Bilbao. HEX triplet: 40, 89 and 00. RGB value is (64,137,0). Sum of RGB (Red+Green+Blue) = 64+137+0=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #408900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408900 is #BF76FF. Grayscale: #646464. Windows color (decimal): -12547840 or 35136. OLE color: 35136.

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

Color convert

RGB 64 137 0 -
CMYK 0.53 0 1 0.46
HSL 91.97º 1% 0.27% -
HSV(B) 91.97º 1% 0.54% -
XYZ 11.06 18.98 3.08 -
YUV 99.56 71.82 102.64 -
System Red Green Blue C M Y K H S L
Decimal 64 137 0 0.53 0 1 0.46 91.97 1 0.27
Hex 40 89 0 35 0 64 2E 5C 64 1B
Octal 100 211 0 65 0 144 56 134 144 33
Binary 1000000 10001001 0 110101 0 1100100 101110 1011100 1100100 11011

Color Harmonies of #408900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408900

Black with #408900

Text Example


Text Example

White with #408900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408900; }

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

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

background-color css

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

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

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

border-color css

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

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

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