Html Css Color HEX #407E02 Bilbao

📋 copy color: '#407E02'

red 64 ◦ green 126 ◦ blue 2

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

Shades of Bilbao #407E02

Tints of Bilbao #407E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 65.63%

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

R = 33.33%
G = 65.63%
B = 1.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#407E02 (or 0x407E02) is known color: Bilbao. HEX triplet: 40, 7E and 02. RGB value is (64,126,2). Sum of RGB (Red+Green+Blue) = 64+126+2=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 126 (49.61% from 255 or 65.62% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 126 - color contains mainly: green. Hex color #407E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407E02 is #BF81FD. Grayscale: #5D5D5D. Windows color (decimal): -12550654 or 163392. OLE color: 163392.

HSL color Cylindrical-coordinate representation of color #407E02: hue angle of 90º 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 #407E02 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 126 2 -
CMYK 0.49 0 0.98 0.51
HSL 90º 0.97% 0.25% -
HSV(B) 90º 0.98% 0.49% -
XYZ 9.59 16.02 2.64 -
YUV 93.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 64 126 2 0.49 0 0.98 0.51 90 0.97 0.25
Hex 40 7E 2 31 0 62 33 5A 61 19
Octal 100 176 2 61 0 142 63 132 141 31
Binary 1000000 1111110 10 110001 0 1100010 110011 1011010 1100001 11001

Color Harmonies of #407E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E02

Black with #407E02

Text Example


Text Example

White with #407E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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