Html Css Color HEX #3E4112 Turtle Green

📋 copy color: '#3E4112'

red 62 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #3E4112

Tints of Turtle Green #3E4112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

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

R = 42.76%
G = 44.83%
B = 12.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#3E4112 (or 0x3E4112) is known color: Turtle Green. HEX triplet: 3E, 41 and 12. RGB value is (62,65,18). Sum of RGB (Red+Green+Blue) = 62+65+18=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4112 is #C1BEED. Grayscale: #3A3A3A. Windows color (decimal): -12697326 or 1196350. OLE color: 1196350.

HSL color Cylindrical-coordinate representation of color #3E4112: hue angle of 63.83º degrees, saturation: 0.57, 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 #3E4112 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 65 18 -
CMYK 0.05 0 0.72 0.75
HSL 63.83º 0.57% 0.16% -
HSV(B) 63.83º 0.72% 0.25% -
XYZ 3.99 4.85 1.3 -
YUV 58.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 62 65 18 0.05 0 0.72 0.75 63.83 0.57 0.16
Hex 3E 41 12 5 0 48 4B 40 39 10
Octal 76 101 22 5 0 110 113 100 71 20
Binary 111110 1000001 10010 101 0 1001000 1001011 1000000 111001 10000

Color Harmonies of #3E4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4112

Black with #3E4112

Text Example


Text Example

White with #3E4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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