Html Css Color HEX #3E4205 Turtle Green

📋 copy color: '#3E4205'

red 62 ◦ green 66 ◦ blue 5

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

Shades of Turtle Green #3E4205

Tints of Turtle Green #3E4205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 46.62%
G = 49.62%
B = 3.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#3E4205 (or 0x3E4205) is known color: Turtle Green. HEX triplet: 3E, 42 and 05. RGB value is (62,66,5). Sum of RGB (Red+Green+Blue) = 62+66+5=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #3E4205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4205 is #C1BDFA. Grayscale: #3A3A3A. Windows color (decimal): -12697083 or 344638. OLE color: 344638.

HSL color Cylindrical-coordinate representation of color #3E4205: hue angle of 63.93º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E4205 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 62 66 5 -
CMYK 0.06 0 0.92 0.74
HSL 63.93º 0.86% 0.14% -
HSV(B) 63.93º 0.92% 0.26% -
XYZ 3.96 4.93 0.89 -
YUV 57.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 62 66 5 0.06 0 0.92 0.74 63.93 0.86 0.14
Hex 3E 42 5 6 0 5C 4A 40 56 E
Octal 76 102 5 6 0 134 112 100 126 16
Binary 111110 1000010 101 110 0 1011100 1001010 1000000 1010110 1110

Color Harmonies of #3E4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4205

Black with #3E4205

Text Example


Text Example

White with #3E4205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,5); }

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

background-color css

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

 a { background-color: rgb(62,66,5); }

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

border-color css

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

 span { border-color: rgb(62,66,5); }

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