Html Css Color HEX #3E4016 Turtle Green

📋 copy color: '#3E4016'

red 62 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #3E4016

Tints of Turtle Green #3E4016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 41.89%
G = 43.24%
B = 14.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#3E4016 (or 0x3E4016) is known color: Turtle Green. HEX triplet: 3E, 40 and 16. RGB value is (62,64,22). Sum of RGB (Red+Green+Blue) = 62+64+22=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4016 is #C1BFE9. Grayscale: #3A3A3A. Windows color (decimal): -12697578 or 1458238. OLE color: 1458238.

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

Color convert

RGB 62 64 22 -
CMYK 0.03 0 0.66 0.75
HSL 62.86º 0.49% 0.17% -
HSV(B) 62.86º 0.66% 0.25% -
XYZ 3.96 4.75 1.47 -
YUV 58.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 62 64 22 0.03 0 0.66 0.75 62.86 0.49 0.17
Hex 3E 40 16 3 0 42 4B 3F 31 11
Octal 76 100 26 3 0 102 113 77 61 21
Binary 111110 1000000 10110 11 0 1000010 1001011 111111 110001 10001

Color Harmonies of #3E4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4016

Black with #3E4016

Text Example


Text Example

White with #3E4016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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