Html Css Color HEX #3E7E13 Bilbao

📋 copy color: '#3E7E13'

red 62 ◦ green 126 ◦ blue 19

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

Shades of Bilbao #3E7E13

Tints of Bilbao #3E7E13

RGB

 RED value IS 62 (24.61% from 255) = 29.95%

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 29.95%
G = 60.87%
B = 9.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#3E7E13 (or 0x3E7E13) is known color: Bilbao. HEX triplet: 3E, 7E and 13. RGB value is (62,126,19). Sum of RGB (Red+Green+Blue) = 62+126+19=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #3E7E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7E13 is #C181EC. Grayscale: #5F5F5F. Windows color (decimal): -12681709 or 1277502. OLE color: 1277502.

HSL color Cylindrical-coordinate representation of color #3E7E13: hue angle of 95.89º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E7E13 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 126 19 -
CMYK 0.51 0 0.85 0.51
HSL 95.89º 0.74% 0.28% -
HSV(B) 95.89º 0.85% 0.49% -
XYZ 9.57 15.99 3.2 -
YUV 94.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 62 126 19 0.51 0 0.85 0.51 95.89 0.74 0.28
Hex 3E 7E 13 33 0 55 33 60 4A 1C
Octal 76 176 23 63 0 125 63 140 112 34
Binary 111110 1111110 10011 110011 0 1010101 110011 1100000 1001010 11100

Color Harmonies of #3E7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7E13

Black with #3E7E13

Text Example


Text Example

White with #3E7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E7E13; }

 p { color: rgb(62,126,19); }

 H1.HeaderClassName
 {
   color: #3E7E13;
 }
 .AnyTagClassName
 {
   color: #3E7E13;
 }
</style>

background-color css

<style>
 a { background-color: #3E7E13; }

 a { background-color: rgb(62,126,19); }

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

border-color css

<style>
 span { border-color: #3E7E13; }

 span { border-color: rgb(62,126,19); }

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