Html Css Color HEX #408400 Bilbao

📋 copy color: '#408400'

red 64 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #408400

Tints of Bilbao #408400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 67.35%

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

R = 32.65%
G = 67.35%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#408400 (or 0x408400) is known color: Bilbao. HEX triplet: 40, 84 and 00. RGB value is (64,132,0). Sum of RGB (Red+Green+Blue) = 64+132+0=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #408400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408400 is #BF7BFF. Grayscale: #616161. Windows color (decimal): -12549120 or 33856. OLE color: 33856.

HSL color Cylindrical-coordinate representation of color #408400: hue angle of 90.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #408400 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 0 -
CMYK 0.52 0 1 0.48
HSL 90.91º 1% 0.26% -
HSV(B) 90.91º 1% 0.52% -
XYZ 10.37 17.59 2.85 -
YUV 96.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 64 132 0 0.52 0 1 0.48 90.91 1 0.26
Hex 40 84 0 34 0 64 30 5B 64 1A
Octal 100 204 0 64 0 144 60 133 144 32
Binary 1000000 10000100 0 110100 0 1100100 110000 1011011 1100100 11010

Color Harmonies of #408400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408400

Black with #408400

Text Example


Text Example

White with #408400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408400; }

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

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

background-color css

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

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

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

border-color css

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

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

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