Html Css Color HEX #393913 Turtle Green

📋 copy color: '#393913'

red 57 ◦ green 57 ◦ blue 19

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

Shades of Turtle Green #393913

Tints of Turtle Green #393913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.86%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393913 (or 0x393913) is known color: Turtle Green. HEX triplet: 39, 39 and 13. RGB value is (57,57,19). Sum of RGB (Red+Green+Blue) = 57+57+19=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393913 is #C6C6EC. Grayscale: #343434. Windows color (decimal): -13027053 or 1259833. OLE color: 1259833.

HSL color Cylindrical-coordinate representation of color #393913: hue angle of 60º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393913 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 57 19 -
CMYK 0 0 0.67 0.78
HSL 60º 0.5% 0.15% -
HSV(B) 60º 0.67% 0.22% -
XYZ 3.27 3.84 1.19 -
YUV 52.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 57 57 19 0 0 0.67 0.78 60 0.5 0.15
Hex 39 39 13 0 0 43 4E 3C 32 F
Octal 71 71 23 0 0 103 116 74 62 17
Binary 111001 111001 10011 0 0 1000011 1001110 111100 110010 1111

Color Harmonies of #393913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393913

Black with #393913

Text Example


Text Example

White with #393913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393913; }

 p { color: rgb(57,57,19); }

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

background-color css

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

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

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

border-color css

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

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

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