Html Css Color HEX #3E4012 Turtle Green

📋 copy color: '#3E4012'

red 62 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #3E4012

Tints of Turtle Green #3E4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 43.06%
G = 44.44%
B = 12.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#3E4012 (or 0x3E4012) is known color: Turtle Green. HEX triplet: 3E, 40 and 12. RGB value is (62,64,18). Sum of RGB (Red+Green+Blue) = 62+64+18=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4012 is #C1BFED. Grayscale: #3A3A3A. Windows color (decimal): -12697582 or 1196094. OLE color: 1196094.

HSL color Cylindrical-coordinate representation of color #3E4012: hue angle of 62.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4012 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 64 18 -
CMYK 0.03 0 0.72 0.75
HSL 62.61º 0.56% 0.16% -
HSV(B) 62.61º 0.72% 0.25% -
XYZ 3.93 4.73 1.28 -
YUV 58.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 62 64 18 0.03 0 0.72 0.75 62.61 0.56 0.16
Hex 3E 40 12 3 0 48 4B 3F 38 10
Octal 76 100 22 3 0 110 113 77 70 20
Binary 111110 1000000 10010 11 0 1001000 1001011 111111 111000 10000

Color Harmonies of #3E4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4012

Black with #3E4012

Text Example


Text Example

White with #3E4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,18); }

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

background-color css

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

 a { background-color: rgb(62,64,18); }

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

border-color css

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

 span { border-color: rgb(62,64,18); }

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