Html Css Color HEX #393C01 Turtle Green

📋 copy color: '#393C01'

red 57 ◦ green 60 ◦ blue 1

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

Shades of Turtle Green #393C01

Tints of Turtle Green #393C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 48.31%
G = 50.85%
B = 0.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#393C01 (or 0x393C01) is known color: Turtle Green. HEX triplet: 39, 3C and 01. RGB value is (57,60,1). Sum of RGB (Red+Green+Blue) = 57+60+1=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #393C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C01 is #C6C3FE. Grayscale: #343434. Windows color (decimal): -13026303 or 80953. OLE color: 80953.

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

Color convert

RGB 57 60 1 -
CMYK 0.05 0 0.98 0.76
HSL 63.05º 0.97% 0.12% -
HSV(B) 63.05º 0.98% 0.24% -
XYZ 3.31 4.1 0.65 -
YUV 52.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 57 60 1 0.05 0 0.98 0.76 63.05 0.97 0.12
Hex 39 3C 1 5 0 62 4C 3F 61 C
Octal 71 74 1 5 0 142 114 77 141 14
Binary 111001 111100 1 101 0 1100010 1001100 111111 1100001 1100

Color Harmonies of #393C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C01

Black with #393C01

Text Example


Text Example

White with #393C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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