Html Css Color HEX #407D01 Bilbao

📋 copy color: '#407D01'

red 64 ◦ green 125 ◦ blue 1

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

Shades of Bilbao #407D01

Tints of Bilbao #407D01

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.79%

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

R = 33.68%
G = 65.79%
B = 0.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#407D01 (or 0x407D01) is known color: Bilbao. HEX triplet: 40, 7D and 01. RGB value is (64,125,1). Sum of RGB (Red+Green+Blue) = 64+125+1=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 125 (49.22% from 255 or 65.79% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 125 - color contains mainly: green. Hex color #407D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D01 is #BF82FE. Grayscale: #5D5D5D. Windows color (decimal): -12550911 or 97600. OLE color: 97600.

HSL color Cylindrical-coordinate representation of color #407D01: hue angle of 89.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #407D01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 1 -
CMYK 0.49 0 0.99 0.51
HSL 89.52º 0.98% 0.25% -
HSV(B) 89.52º 0.99% 0.49% -
XYZ 9.45 15.76 2.57 -
YUV 92.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 64 125 1 0.49 0 0.99 0.51 89.52 0.98 0.25
Hex 40 7D 1 31 0 63 33 5A 62 19
Octal 100 175 1 61 0 143 63 132 142 31
Binary 1000000 1111101 1 110001 0 1100011 110011 1011010 1100010 11001

Color Harmonies of #407D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D01

Black with #407D01

Text Example


Text Example

White with #407D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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