#393B01

Color #393B01 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #393B01

Tints of Turtle Green #393B01

Color information

#393B01 (or 0x393B01) is unknown color: approx Turtle Green. HEX triplet: 39, 3B and 01. RGB value is (57,59,1). Sum of RGB (Red+Green+Blue) = 57+59+1=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #393B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B01 is #C6C4FE. Grayscale: #343434. Windows color (decimal): -13026559 or 80697. OLE color: 80697.

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

Color convert

RGB57591-
CMYK0.0300.980.77
HSL62.07º96.67%11.76%-
HSV(B)62.07º98.31%23.14%-
XYZ3.2640.63-
YUV51.7999.34131.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 59 (23.44% from 255) = 50.43%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=48.72%
G=50.43%
B=0.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal575910.0300.980.7762.0796.6711.76
Hex393B130624D3e61c
Octal71731301421157614114
Binary11100111101111101100010100110111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #393B01;
 }
 .AnyTagClassName
 {
   color: #393B01;
 }
</style>
background-color css

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

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

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

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

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

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