Html Css Color HEX #407801 Bilbao

📋 copy color: '#407801'

red 64 ◦ green 120 ◦ blue 1

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

Shades of Bilbao #407801

Tints of Bilbao #407801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 64.86%

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

R = 34.59%
G = 64.86%
B = 0.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#407801 (or 0x407801) is known color: Bilbao. HEX triplet: 40, 78 and 01. RGB value is (64,120,1). Sum of RGB (Red+Green+Blue) = 64+120+1=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 120 (47.27% from 255 or 64.86% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 120 - color contains mainly: green. Hex color #407801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407801 is #BF87FE. Grayscale: #5A5A5A. Windows color (decimal): -12552191 or 96320. OLE color: 96320.

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

Color convert

RGB 64 120 1 -
CMYK 0.47 0 0.99 0.53
HSL 88.24º 0.98% 0.24% -
HSV(B) 88.24º 0.99% 0.47% -
XYZ 8.84 14.53 2.37 -
YUV 89.69 77.95 109.68 -
System Red Green Blue C M Y K H S L
Decimal 64 120 1 0.47 0 0.99 0.53 88.24 0.98 0.24
Hex 40 78 1 2F 0 63 35 58 62 18
Octal 100 170 1 57 0 143 65 130 142 30
Binary 1000000 1111000 1 101111 0 1100011 110101 1011000 1100010 11000

Color Harmonies of #407801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407801

Black with #407801

Text Example


Text Example

White with #407801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407801; }

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

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

background-color css

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

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

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

border-color css

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

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

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