Html Css Color HEX #393D21 Turtle Green

📋 copy color: '#393D21'

red 57 ◦ green 61 ◦ blue 33

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

Shades of Turtle Green #393D21

Tints of Turtle Green #393D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 37.75%
G = 40.4%
B = 21.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#393D21 (or 0x393D21) is known color: Turtle Green. HEX triplet: 39, 3D and 21. RGB value is (57,61,33). Sum of RGB (Red+Green+Blue) = 57+61+33=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #393D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D21 is #C6C2DE. Grayscale: #383838. Windows color (decimal): -13026015 or 2178361. OLE color: 2178361.

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

Color convert

RGB 57 61 33 -
CMYK 0.07 0 0.46 0.76
HSL 68.57º 0.3% 0.18% -
HSV(B) 68.57º 0.46% 0.24% -
XYZ 3.63 4.32 2.08 -
YUV 56.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 57 61 33 0.07 0 0.46 0.76 68.57 0.3 0.18
Hex 39 3D 21 7 0 2E 4C 45 1E 12
Octal 71 75 41 7 0 56 114 105 36 22
Binary 111001 111101 100001 111 0 101110 1001100 1000101 11110 10010

Color Harmonies of #393D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D21

Black with #393D21

Text Example


Text Example

White with #393D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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