Html Css Color HEX #407501 Bilbao

📋 copy color: '#407501'

red 64 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #407501

Tints of Bilbao #407501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 64.29%

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

R = 35.16%
G = 64.29%
B = 0.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#407501 (or 0x407501) is known color: Bilbao. HEX triplet: 40, 75 and 01. RGB value is (64,117,1). Sum of RGB (Red+Green+Blue) = 64+117+1=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #407501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407501 is #BF8AFE. Grayscale: #585858. Windows color (decimal): -12552959 or 95552. OLE color: 95552.

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

Color convert

RGB 64 117 1 -
CMYK 0.45 0 0.99 0.54
HSL 87.41º 0.98% 0.23% -
HSV(B) 87.41º 0.99% 0.46% -
XYZ 8.48 13.81 2.25 -
YUV 87.93 78.94 110.93 -
System Red Green Blue C M Y K H S L
Decimal 64 117 1 0.45 0 0.99 0.54 87.41 0.98 0.23
Hex 40 75 1 2D 0 63 36 57 62 17
Octal 100 165 1 55 0 143 66 127 142 27
Binary 1000000 1110101 1 101101 0 1100011 110110 1010111 1100010 10111

Color Harmonies of #407501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407501

Black with #407501

Text Example


Text Example

White with #407501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407501; }

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

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

background-color css

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

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

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

border-color css

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

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

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