Html Css Color HEX #407C02 Bilbao

📋 copy color: '#407C02'

red 64 ◦ green 124 ◦ blue 2

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

Shades of Bilbao #407C02

Tints of Bilbao #407C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 65.26%

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

R = 33.68%
G = 65.26%
B = 1.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#407C02 (or 0x407C02) is known color: Bilbao. HEX triplet: 40, 7C and 02. RGB value is (64,124,2). Sum of RGB (Red+Green+Blue) = 64+124+2=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #407C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C02 is #BF83FD. Grayscale: #5C5C5C. Windows color (decimal): -12551166 or 162880. OLE color: 162880.

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

Color convert

RGB 64 124 2 -
CMYK 0.48 0 0.98 0.51
HSL 89.51º 0.97% 0.25% -
HSV(B) 89.51º 0.98% 0.49% -
XYZ 9.33 15.51 2.56 -
YUV 92.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 64 124 2 0.48 0 0.98 0.51 89.51 0.97 0.25
Hex 40 7C 2 30 0 62 33 5A 61 19
Octal 100 174 2 60 0 142 63 132 141 31
Binary 1000000 1111100 10 110000 0 1100010 110011 1011010 1100001 11001

Color Harmonies of #407C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C02

Black with #407C02

Text Example


Text Example

White with #407C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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