Html Css Color HEX #394112 Turtle Green

📋 copy color: '#394112'

red 57 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #394112

Tints of Turtle Green #394112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 40.71%
G = 46.43%
B = 12.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#394112 (or 0x394112) is known color: Turtle Green. HEX triplet: 39, 41 and 12. RGB value is (57,65,18). Sum of RGB (Red+Green+Blue) = 57+65+18=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #394112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394112 is #C6BEED. Grayscale: #393939. Windows color (decimal): -13025006 or 1196345. OLE color: 1196345.

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

Color convert

RGB 57 65 18 -
CMYK 0.12 0 0.72 0.75
HSL 70.21º 0.57% 0.16% -
HSV(B) 70.21º 0.72% 0.25% -
XYZ 3.69 4.69 1.28 -
YUV 57.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 57 65 18 0.12 0 0.72 0.75 70.21 0.57 0.16
Hex 39 41 12 C 0 48 4B 46 39 10
Octal 71 101 22 14 0 110 113 106 71 20
Binary 111001 1000001 10010 1100 0 1001000 1001011 1000110 111001 10000

Color Harmonies of #394112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394112

Black with #394112

Text Example


Text Example

White with #394112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394112; }

 p { color: rgb(57,65,18); }

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

background-color css

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

 a { background-color: rgb(57,65,18); }

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

border-color css

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

 span { border-color: rgb(57,65,18); }

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