Html Css Color HEX #393D16 Turtle Green

📋 copy color: '#393D16'

red 57 ◦ green 61 ◦ blue 22

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

Shades of Turtle Green #393D16

Tints of Turtle Green #393D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.57%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 40.71%
G = 43.57%
B = 15.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.76

RGB Variations

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

Color information

#393D16 (or 0x393D16) is known color: Turtle Green. HEX triplet: 39, 3D and 16. RGB value is (57,61,22). Sum of RGB (Red+Green+Blue) = 57+61+22=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #393D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D16 is #C6C2E9. Grayscale: #373737. Windows color (decimal): -13026026 or 1457465. OLE color: 1457465.

HSL color Cylindrical-coordinate representation of color #393D16: hue angle of 66.15º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393D16 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 61 22 -
CMYK 0.07 0 0.64 0.76
HSL 66.15º 0.47% 0.16% -
HSV(B) 66.15º 0.64% 0.24% -
XYZ 3.5 4.27 1.4 -
YUV 55.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 57 61 22 0.07 0 0.64 0.76 66.15 0.47 0.16
Hex 39 3D 16 7 0 40 4C 42 2F 10
Octal 71 75 26 7 0 100 114 102 57 20
Binary 111001 111101 10110 111 0 1000000 1001100 1000010 101111 10000

Color Harmonies of #393D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D16

Black with #393D16

Text Example


Text Example

White with #393D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393D16; }

 p { color: rgb(57,61,22); }

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

background-color css

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

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

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

border-color css

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

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

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