Html Css Color HEX #407B01 Bilbao

📋 copy color: '#407B01'

red 64 ◦ green 123 ◦ blue 1

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

Shades of Bilbao #407B01

Tints of Bilbao #407B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 65.43%

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

R = 34.04%
G = 65.43%
B = 0.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#407B01 (or 0x407B01) is known color: Bilbao. HEX triplet: 40, 7B and 01. RGB value is (64,123,1). Sum of RGB (Red+Green+Blue) = 64+123+1=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 123 (48.44% from 255 or 65.43% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 123 - color contains mainly: green. Hex color #407B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B01 is #BF84FE. Grayscale: #5B5B5B. Windows color (decimal): -12551423 or 97088. OLE color: 97088.

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

Color convert

RGB 64 123 1 -
CMYK 0.48 0 0.99 0.52
HSL 89.02º 0.98% 0.24% -
HSV(B) 89.02º 0.99% 0.48% -
XYZ 9.2 15.26 2.49 -
YUV 91.45 76.95 108.42 -
System Red Green Blue C M Y K H S L
Decimal 64 123 1 0.48 0 0.99 0.52 89.02 0.98 0.24
Hex 40 7B 1 30 0 63 34 59 62 18
Octal 100 173 1 60 0 143 64 131 142 30
Binary 1000000 1111011 1 110000 0 1100011 110100 1011001 1100010 11000

Color Harmonies of #407B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B01

Black with #407B01

Text Example


Text Example

White with #407B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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