Html Css Color HEX #393900 Turtle Green

📋 copy color: '#393900'

red 57 ◦ green 57 ◦ blue 0

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

Shades of Turtle Green #393900

Tints of Turtle Green #393900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#393900 (or 0x393900) is known color: Turtle Green. HEX triplet: 39, 39 and 00. RGB value is (57,57,0). Sum of RGB (Red+Green+Blue) = 57+57+0=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393900 is #C6C6FF. Grayscale: #323232. Windows color (decimal): -13027072 or 14649. OLE color: 14649.

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

Color convert

RGB 57 57 0 -
CMYK 0 0 1 0.78
HSL 60º 1% 0.11% -
HSV(B) 60º 1% 0.22% -
XYZ 3.15 3.8 0.57 -
YUV 50.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 57 57 0 0 0 1 0.78 60 1 0.11
Hex 39 39 0 0 0 64 4E 3C 64 B
Octal 71 71 0 0 0 144 116 74 144 13
Binary 111001 111001 0 0 0 1100100 1001110 111100 1100100 1011

Color Harmonies of #393900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393900

Black with #393900

Text Example


Text Example

White with #393900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393900; }

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

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

background-color css

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

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

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

border-color css

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

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

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