Html Css Color HEX #3E4202 Turtle Green

📋 copy color: '#3E4202'

red 62 ◦ green 66 ◦ blue 2

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

Shades of Turtle Green #3E4202

Tints of Turtle Green #3E4202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 47.69%
G = 50.77%
B = 1.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#3E4202 (or 0x3E4202) is known color: Turtle Green. HEX triplet: 3E, 42 and 02. RGB value is (62,66,2). Sum of RGB (Red+Green+Blue) = 62+66+2=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #3E4202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4202 is #C1BDFD. Grayscale: #393939. Windows color (decimal): -12697086 or 148030. OLE color: 148030.

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

Color convert

RGB 62 66 2 -
CMYK 0.06 0 0.97 0.74
HSL 63.75º 0.94% 0.13% -
HSV(B) 63.75º 0.97% 0.26% -
XYZ 3.95 4.92 0.8 -
YUV 57.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 62 66 2 0.06 0 0.97 0.74 63.75 0.94 0.13
Hex 3E 42 2 6 0 61 4A 40 5E D
Octal 76 102 2 6 0 141 112 100 136 15
Binary 111110 1000010 10 110 0 1100001 1001010 1000000 1011110 1101

Color Harmonies of #3E4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4202

Black with #3E4202

Text Example


Text Example

White with #3E4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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