Html Css Color HEX #39481C Turtle Green

📋 copy color: '#39481C'

red 57 ◦ green 72 ◦ blue 28

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

Shades of Turtle Green #39481C

Tints of Turtle Green #39481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 36.31%
G = 45.86%
B = 17.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#39481C (or 0x39481C) is known color: Turtle Green. HEX triplet: 39, 48 and 1C. RGB value is (57,72,28). Sum of RGB (Red+Green+Blue) = 57+72+28=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #39481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39481C is #C6B7E3. Grayscale: #3E3E3E. Windows color (decimal): -13023204 or 1853497. OLE color: 1853497.

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

Color convert

RGB 57 72 28 -
CMYK 0.21 0 0.61 0.72
HSL 80.45º 0.44% 0.2% -
HSV(B) 80.45º 0.61% 0.28% -
XYZ 4.21 5.59 1.96 -
YUV 62.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 57 72 28 0.21 0 0.61 0.72 80.45 0.44 0.2
Hex 39 48 1C 15 0 3D 48 50 2C 14
Octal 71 110 34 25 0 75 110 120 54 24
Binary 111001 1001000 11100 10101 0 111101 1001000 1010000 101100 10100

Color Harmonies of #39481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39481C

Black with #39481C

Text Example


Text Example

White with #39481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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