Html Css Color HEX #394412 Turtle Green

📋 copy color: '#394412'

red 57 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #394412

Tints of Turtle Green #394412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

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

R = 39.86%
G = 47.55%
B = 12.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#394412 (or 0x394412) is known color: Turtle Green. HEX triplet: 39, 44 and 12. RGB value is (57,68,18). Sum of RGB (Red+Green+Blue) = 57+68+18=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #394412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394412 is #C6BBED. Grayscale: #3B3B3B. Windows color (decimal): -13024238 or 1197113. OLE color: 1197113.

HSL color Cylindrical-coordinate representation of color #394412: hue angle of 73.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394412 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 68 18 -
CMYK 0.16 0 0.74 0.73
HSL 73.2º 0.58% 0.17% -
HSV(B) 73.2º 0.74% 0.27% -
XYZ 3.86 5.05 1.34 -
YUV 59.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 57 68 18 0.16 0 0.74 0.73 73.2 0.58 0.17
Hex 39 44 12 10 0 4A 49 49 3A 11
Octal 71 104 22 20 0 112 111 111 72 21
Binary 111001 1000100 10010 10000 0 1001010 1001001 1001001 111010 10001

Color Harmonies of #394412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394412

Black with #394412

Text Example


Text Example

White with #394412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394412; }

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

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

background-color css

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

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

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

border-color css

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

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

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