Html Css Color HEX #407B02 Bilbao

📋 copy color: '#407B02'

red 64 ◦ green 123 ◦ blue 2

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

Shades of Bilbao #407B02

Tints of Bilbao #407B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 33.86%
G = 65.08%
B = 1.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#407B02 (or 0x407B02) is known color: Bilbao. HEX triplet: 40, 7B and 02. RGB value is (64,123,2). Sum of RGB (Red+Green+Blue) = 64+123+2=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #407B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B02 is #BF84FD. Grayscale: #5B5B5B. Windows color (decimal): -12551422 or 162624. OLE color: 162624.

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

Color convert

RGB 64 123 2 -
CMYK 0.48 0 0.98 0.52
HSL 89.26º 0.97% 0.25% -
HSV(B) 89.26º 0.98% 0.48% -
XYZ 9.21 15.26 2.52 -
YUV 91.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 64 123 2 0.48 0 0.98 0.52 89.26 0.97 0.25
Hex 40 7B 2 30 0 62 34 59 61 19
Octal 100 173 2 60 0 142 64 131 141 31
Binary 1000000 1111011 10 110000 0 1100010 110100 1011001 1100001 11001

Color Harmonies of #407B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B02

Black with #407B02

Text Example


Text Example

White with #407B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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