Html Css Color HEX #408701 Bilbao

📋 copy color: '#408701'

red 64 ◦ green 135 ◦ blue 1

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

Shades of Bilbao #408701

Tints of Bilbao #408701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 67.5%

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

R = 32%
G = 67.5%
B = 0.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#408701 (or 0x408701) is known color: Bilbao. HEX triplet: 40, 87 and 01. RGB value is (64,135,1). Sum of RGB (Red+Green+Blue) = 64+135+1=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #408701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408701 is #BF78FE. Grayscale: #626262. Windows color (decimal): -12548351 or 100160. OLE color: 100160.

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

Color convert

RGB 64 135 1 -
CMYK 0.53 0 0.99 0.47
HSL 91.79º 0.99% 0.27% -
HSV(B) 91.79º 0.99% 0.53% -
XYZ 10.78 18.42 3.02 -
YUV 98.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 64 135 1 0.53 0 0.99 0.47 91.79 0.99 0.27
Hex 40 87 1 35 0 63 2F 5C 63 1B
Octal 100 207 1 65 0 143 57 134 143 33
Binary 1000000 10000111 1 110101 0 1100011 101111 1011100 1100011 11011

Color Harmonies of #408701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408701

Black with #408701

Text Example


Text Example

White with #408701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408701; }

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

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

background-color css

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

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

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

border-color css

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

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

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