Html Css Color HEX #39411D Turtle Green

📋 copy color: '#39411D'

red 57 ◦ green 65 ◦ blue 29

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

Shades of Turtle Green #39411D

Tints of Turtle Green #39411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 37.75%
G = 43.05%
B = 19.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#39411D (or 0x39411D) is known color: Turtle Green. HEX triplet: 39, 41 and 1D. RGB value is (57,65,29). Sum of RGB (Red+Green+Blue) = 57+65+29=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #39411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411D is #C6BEE2. Grayscale: #3A3A3A. Windows color (decimal): -13024995 or 1917241. OLE color: 1917241.

HSL color Cylindrical-coordinate representation of color #39411D: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39411D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 29 -
CMYK 0.12 0 0.55 0.75
HSL 73.33º 0.38% 0.18% -
HSV(B) 73.33º 0.55% 0.25% -
XYZ 3.8 4.74 1.88 -
YUV 58.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 57 65 29 0.12 0 0.55 0.75 73.33 0.38 0.18
Hex 39 41 1D C 0 37 4B 49 26 12
Octal 71 101 35 14 0 67 113 111 46 22
Binary 111001 1000001 11101 1100 0 110111 1001011 1001001 100110 10010

Color Harmonies of #39411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39411D

Black with #39411D

Text Example


Text Example

White with #39411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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