Html Css Color HEX #39421D Turtle Green

📋 copy color: '#39421D'

red 57 ◦ green 66 ◦ blue 29

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

Shades of Turtle Green #39421D

Tints of Turtle Green #39421D

RGB

 RED value IS 57 (22.66% from 255) = 37.5%

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

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 37.5%
G = 43.42%
B = 19.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#39421D (or 0x39421D) is known color: Turtle Green. HEX triplet: 39, 42 and 1D. RGB value is (57,66,29). Sum of RGB (Red+Green+Blue) = 57+66+29=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #39421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39421D is #C6BDE2. Grayscale: #3B3B3B. Windows color (decimal): -13024739 or 1917497. OLE color: 1917497.

HSL color Cylindrical-coordinate representation of color #39421D: hue angle of 74.59º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39421D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 66 29 -
CMYK 0.14 0 0.56 0.74
HSL 74.59º 0.39% 0.19% -
HSV(B) 74.59º 0.56% 0.26% -
XYZ 3.86 4.85 1.9 -
YUV 59.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 57 66 29 0.14 0 0.56 0.74 74.59 0.39 0.19
Hex 39 42 1D E 0 38 4A 4B 27 13
Octal 71 102 35 16 0 70 112 113 47 23
Binary 111001 1000010 11101 1110 0 111000 1001010 1001011 100111 10011

Color Harmonies of #39421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39421D

Black with #39421D

Text Example


Text Example

White with #39421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39421D; }

 p { color: rgb(57,66,29); }

 H1.HeaderClassName
 {
   color: #39421D;
 }
 .AnyTagClassName
 {
   color: #39421D;
 }
</style>

background-color css

<style>
 a { background-color: #39421D; }

 a { background-color: rgb(57,66,29); }

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

border-color css

<style>
 span { border-color: #39421D; }

 span { border-color: rgb(57,66,29); }

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