Html Css Color HEX #393F0C Turtle Green

📋 copy color: '#393F0C'

red 57 ◦ green 63 ◦ blue 12

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

Shades of Turtle Green #393F0C

Tints of Turtle Green #393F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 43.18%
G = 47.73%
B = 9.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#393F0C (or 0x393F0C) is known color: Turtle Green. HEX triplet: 39, 3F and 0C. RGB value is (57,63,12). Sum of RGB (Red+Green+Blue) = 57+63+12=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #393F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F0C is #C6C0F3. Grayscale: #373737. Windows color (decimal): -13025524 or 802617. OLE color: 802617.

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

Color convert

RGB 57 63 12 -
CMYK 0.10 0 0.81 0.75
HSL 67.06º 0.68% 0.15% -
HSV(B) 67.06º 0.81% 0.25% -
XYZ 3.53 4.45 1.02 -
YUV 55.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 57 63 12 0.10 0 0.81 0.75 67.06 0.68 0.15
Hex 39 3F C A 0 51 4B 43 44 F
Octal 71 77 14 12 0 121 113 103 104 17
Binary 111001 111111 1100 1010 0 1010001 1001011 1000011 1000100 1111

Color Harmonies of #393F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F0C

Black with #393F0C

Text Example


Text Example

White with #393F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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