Html Css Color HEX #39481D Turtle Green

📋 copy color: '#39481D'

red 57 ◦ green 72 ◦ blue 29

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

Shades of Turtle Green #39481D

Tints of Turtle Green #39481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 36.08%
G = 45.57%
B = 18.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#39481D (or 0x39481D) is known color: Turtle Green. HEX triplet: 39, 48 and 1D. RGB value is (57,72,29). Sum of RGB (Red+Green+Blue) = 57+72+29=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #39481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39481D is #C6B7E2. Grayscale: #3E3E3E. Windows color (decimal): -13023203 or 1919033. OLE color: 1919033.

HSL color Cylindrical-coordinate representation of color #39481D: hue angle of 80.93º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39481D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 72 29 -
CMYK 0.21 0 0.60 0.72
HSL 80.93º 0.43% 0.2% -
HSV(B) 80.93º 0.6% 0.28% -
XYZ 4.23 5.59 2.02 -
YUV 62.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 57 72 29 0.21 0 0.60 0.72 80.93 0.43 0.2
Hex 39 48 1D 15 0 3C 48 51 2B 14
Octal 71 110 35 25 0 74 110 121 53 24
Binary 111001 1001000 11101 10101 0 111100 1001000 1010001 101011 10100

Color Harmonies of #39481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39481D

Black with #39481D

Text Example


Text Example

White with #39481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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