Html Css Color HEX #3E7A13 Bilbao

📋 copy color: '#3E7A13'

red 62 ◦ green 122 ◦ blue 19

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

Shades of Bilbao #3E7A13

Tints of Bilbao #3E7A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.1%

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

R = 30.54%
G = 60.1%
B = 9.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#3E7A13 (or 0x3E7A13) is known color: Bilbao. HEX triplet: 3E, 7A and 13. RGB value is (62,122,19). Sum of RGB (Red+Green+Blue) = 62+122+19=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7A13 is #C185EC. Grayscale: #5C5C5C. Windows color (decimal): -12682733 or 1276478. OLE color: 1276478.

HSL color Cylindrical-coordinate representation of color #3E7A13: hue angle of 94.95º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E7A13 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 122 19 -
CMYK 0.49 0 0.84 0.52
HSL 94.95º 0.73% 0.28% -
HSV(B) 94.95º 0.84% 0.48% -
XYZ 9.06 14.99 3.03 -
YUV 92.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 62 122 19 0.49 0 0.84 0.52 94.95 0.73 0.28
Hex 3E 7A 13 31 0 54 34 5F 49 1C
Octal 76 172 23 61 0 124 64 137 111 34
Binary 111110 1111010 10011 110001 0 1010100 110100 1011111 1001001 11100

Color Harmonies of #3E7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A13

Black with #3E7A13

Text Example


Text Example

White with #3E7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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