Html Css Color HEX #393C03 Turtle Green

📋 copy color: '#393C03'

red 57 ◦ green 60 ◦ blue 3

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

Shades of Turtle Green #393C03

Tints of Turtle Green #393C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.5%

R = 47.5%
G = 50%
B = 2.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#393C03 (or 0x393C03) is known color: Turtle Green. HEX triplet: 39, 3C and 03. RGB value is (57,60,3). Sum of RGB (Red+Green+Blue) = 57+60+3=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #393C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C03 is #C6C3FC. Grayscale: #343434. Windows color (decimal): -13026301 or 212025. OLE color: 212025.

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

Color convert

RGB 57 60 3 -
CMYK 0.05 0 0.95 0.76
HSL 63.16º 0.9% 0.12% -
HSV(B) 63.16º 0.95% 0.24% -
XYZ 3.32 4.11 0.7 -
YUV 52.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 57 60 3 0.05 0 0.95 0.76 63.16 0.9 0.12
Hex 39 3C 3 5 0 5F 4C 3F 5A C
Octal 71 74 3 5 0 137 114 77 132 14
Binary 111001 111100 11 101 0 1011111 1001100 111111 1011010 1100

Color Harmonies of #393C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C03

Black with #393C03

Text Example


Text Example

White with #393C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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