Html Css Color HEX #39401D Turtle Green

📋 copy color: '#39401D'

red 57 ◦ green 64 ◦ blue 29

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

Shades of Turtle Green #39401D

Tints of Turtle Green #39401D

RGB

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

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

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

R = 38%
G = 42.67%
B = 19.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#39401D (or 0x39401D) is known color: Turtle Green. HEX triplet: 39, 40 and 1D. RGB value is (57,64,29). Sum of RGB (Red+Green+Blue) = 57+64+29=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #39401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39401D is #C6BFE2. Grayscale: #3A3A3A. Windows color (decimal): -13025251 or 1916985. OLE color: 1916985.

HSL color Cylindrical-coordinate representation of color #39401D: hue angle of 72º 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 #39401D is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 29 -
CMYK 0.11 0 0.55 0.75
HSL 72º 0.38% 0.18% -
HSV(B) 72º 0.55% 0.25% -
XYZ 3.74 4.63 1.86 -
YUV 57.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 57 64 29 0.11 0 0.55 0.75 72 0.38 0.18
Hex 39 40 1D B 0 37 4B 48 26 12
Octal 71 100 35 13 0 67 113 110 46 22
Binary 111001 1000000 11101 1011 0 110111 1001011 1001000 100110 10010

Color Harmonies of #39401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39401D

Black with #39401D

Text Example


Text Example

White with #39401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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