Html Css Color HEX #393F11 Turtle Green

📋 copy color: '#393F11'

red 57 ◦ green 63 ◦ blue 17

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

Shades of Turtle Green #393F11

Tints of Turtle Green #393F11

RGB

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

 GREEN value IS 63 (25% from 255) = 45.99%

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 41.61%
G = 45.99%
B = 12.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#393F11 (or 0x393F11) is known color: Turtle Green. HEX triplet: 39, 3F and 11. RGB value is (57,63,17). Sum of RGB (Red+Green+Blue) = 57+63+17=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #393F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F11 is #C6C0EE. Grayscale: #383838. Windows color (decimal): -13025519 or 1130297. OLE color: 1130297.

HSL color Cylindrical-coordinate representation of color #393F11: hue angle of 67.83º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393F11 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 63 17 -
CMYK 0.10 0 0.73 0.75
HSL 67.83º 0.58% 0.16% -
HSV(B) 67.83º 0.73% 0.25% -
XYZ 3.57 4.47 1.2 -
YUV 55.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 57 63 17 0.10 0 0.73 0.75 67.83 0.58 0.16
Hex 39 3F 11 A 0 49 4B 44 3A 10
Octal 71 77 21 12 0 111 113 104 72 20
Binary 111001 111111 10001 1010 0 1001001 1001011 1000100 111010 10000

Color Harmonies of #393F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F11

Black with #393F11

Text Example


Text Example

White with #393F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,17); }

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

background-color css

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

 a { background-color: rgb(57,63,17); }

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

border-color css

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

 span { border-color: rgb(57,63,17); }

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