Html Css Color HEX #393C02 Turtle Green

📋 copy color: '#393C02'

red 57 ◦ green 60 ◦ blue 2

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

Shades of Turtle Green #393C02

Tints of Turtle Green #393C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 47.9%
G = 50.42%
B = 1.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#393C02 (or 0x393C02) is known color: Turtle Green. HEX triplet: 39, 3C and 02. RGB value is (57,60,2). Sum of RGB (Red+Green+Blue) = 57+60+2=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #393C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C02 is #C6C3FD. Grayscale: #343434. Windows color (decimal): -13026302 or 146489. OLE color: 146489.

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

Color convert

RGB 57 60 2 -
CMYK 0.05 0 0.97 0.76
HSL 63.1º 0.94% 0.12% -
HSV(B) 63.1º 0.97% 0.24% -
XYZ 3.31 4.11 0.68 -
YUV 52.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 57 60 2 0.05 0 0.97 0.76 63.1 0.94 0.12
Hex 39 3C 2 5 0 61 4C 3F 5E C
Octal 71 74 2 5 0 141 114 77 136 14
Binary 111001 111100 10 101 0 1100001 1001100 111111 1011110 1100

Color Harmonies of #393C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C02

Black with #393C02

Text Example


Text Example

White with #393C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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