Html Css Color HEX #407401 Bilbao

📋 copy color: '#407401'

red 64 ◦ green 116 ◦ blue 1

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

Shades of Bilbao #407401

Tints of Bilbao #407401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.09%

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

R = 35.36%
G = 64.09%
B = 0.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#407401 (or 0x407401) is known color: Bilbao. HEX triplet: 40, 74 and 01. RGB value is (64,116,1). Sum of RGB (Red+Green+Blue) = 64+116+1=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #407401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407401 is #BF8BFE. Grayscale: #575757. Windows color (decimal): -12553215 or 95296. OLE color: 95296.

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

Color convert

RGB 64 116 1 -
CMYK 0.45 0 0.99 0.55
HSL 87.13º 0.98% 0.23% -
HSV(B) 87.13º 0.99% 0.45% -
XYZ 8.37 13.58 2.21 -
YUV 87.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 64 116 1 0.45 0 0.99 0.55 87.13 0.98 0.23
Hex 40 74 1 2D 0 63 37 57 62 17
Octal 100 164 1 55 0 143 67 127 142 27
Binary 1000000 1110100 1 101101 0 1100011 110111 1010111 1100010 10111

Color Harmonies of #407401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407401

Black with #407401

Text Example


Text Example

White with #407401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407401; }

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

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

background-color css

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

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

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

border-color css

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

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

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