Html Css Color HEX #393C10 Turtle Green

📋 copy color: '#393C10'

red 57 ◦ green 60 ◦ blue 16

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

Shades of Turtle Green #393C10

Tints of Turtle Green #393C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 42.86%
G = 45.11%
B = 12.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#393C10 (or 0x393C10) is known color: Turtle Green. HEX triplet: 39, 3C and 10. RGB value is (57,60,16). Sum of RGB (Red+Green+Blue) = 57+60+16=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #393C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C10 is #C6C3EF. Grayscale: #363636. Windows color (decimal): -13026288 or 1063993. OLE color: 1063993.

HSL color Cylindrical-coordinate representation of color #393C10: hue angle of 64.09º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393C10 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 60 16 -
CMYK 0.05 0 0.73 0.76
HSL 64.09º 0.58% 0.15% -
HSV(B) 64.09º 0.73% 0.24% -
XYZ 3.4 4.14 1.11 -
YUV 54.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 57 60 16 0.05 0 0.73 0.76 64.09 0.58 0.15
Hex 39 3C 10 5 0 49 4C 40 3A F
Octal 71 74 20 5 0 111 114 100 72 17
Binary 111001 111100 10000 101 0 1001001 1001100 1000000 111010 1111

Color Harmonies of #393C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C10

Black with #393C10

Text Example


Text Example

White with #393C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,60,16); }

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

background-color css

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

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

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

border-color css

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

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

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