Html Css Color HEX #3E4015 Turtle Green

📋 copy color: '#3E4015'

red 62 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #3E4015

Tints of Turtle Green #3E4015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 42.18%
G = 43.54%
B = 14.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3E4015 (or 0x3E4015) is known color: Turtle Green. HEX triplet: 3E, 40 and 15. RGB value is (62,64,21). Sum of RGB (Red+Green+Blue) = 62+64+21=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4015 is #C1BFEA. Grayscale: #3A3A3A. Windows color (decimal): -12697579 or 1392702. OLE color: 1392702.

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

Color convert

RGB 62 64 21 -
CMYK 0.03 0 0.67 0.75
HSL 62.79º 0.51% 0.17% -
HSV(B) 62.79º 0.67% 0.25% -
XYZ 3.96 4.75 1.42 -
YUV 58.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 62 64 21 0.03 0 0.67 0.75 62.79 0.51 0.17
Hex 3E 40 15 3 0 43 4B 3F 33 11
Octal 76 100 25 3 0 103 113 77 63 21
Binary 111110 1000000 10101 11 0 1000011 1001011 111111 110011 10001

Color Harmonies of #3E4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4015

Black with #3E4015

Text Example


Text Example

White with #3E4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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