Html Css Color HEX #408601 Bilbao

📋 copy color: '#408601'

red 64 ◦ green 134 ◦ blue 1

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

Shades of Bilbao #408601

Tints of Bilbao #408601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 67.34%

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

R = 32.16%
G = 67.34%
B = 0.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#408601 (or 0x408601) is known color: Bilbao. HEX triplet: 40, 86 and 01. RGB value is (64,134,1). Sum of RGB (Red+Green+Blue) = 64+134+1=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #408601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408601 is #BF79FE. Grayscale: #626262. Windows color (decimal): -12548607 or 99904. OLE color: 99904.

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

Color convert

RGB 64 134 1 -
CMYK 0.52 0 0.99 0.47
HSL 91.58º 0.99% 0.26% -
HSV(B) 91.58º 0.99% 0.53% -
XYZ 10.64 18.14 2.97 -
YUV 97.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 64 134 1 0.52 0 0.99 0.47 91.58 0.99 0.26
Hex 40 86 1 34 0 63 2F 5C 63 1A
Octal 100 206 1 64 0 143 57 134 143 32
Binary 1000000 10000110 1 110100 0 1100011 101111 1011100 1100011 11010

Color Harmonies of #408601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408601

Black with #408601

Text Example


Text Example

White with #408601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408601; }

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

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

background-color css

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

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

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

border-color css

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

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

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