Html Css Color HEX #394213 Turtle Green

📋 copy color: '#394213'

red 57 ◦ green 66 ◦ blue 19

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

Shades of Turtle Green #394213

Tints of Turtle Green #394213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 40.14%
G = 46.48%
B = 13.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#394213 (or 0x394213) is known color: Turtle Green. HEX triplet: 39, 42 and 13. RGB value is (57,66,19). Sum of RGB (Red+Green+Blue) = 57+66+19=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #394213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394213 is #C6BDEC. Grayscale: #3A3A3A. Windows color (decimal): -13024749 or 1262137. OLE color: 1262137.

HSL color Cylindrical-coordinate representation of color #394213: hue angle of 71.49º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394213 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 66 19 -
CMYK 0.14 0 0.71 0.74
HSL 71.49º 0.55% 0.17% -
HSV(B) 71.49º 0.71% 0.26% -
XYZ 3.75 4.81 1.35 -
YUV 57.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 57 66 19 0.14 0 0.71 0.74 71.49 0.55 0.17
Hex 39 42 13 E 0 47 4A 47 37 11
Octal 71 102 23 16 0 107 112 107 67 21
Binary 111001 1000010 10011 1110 0 1000111 1001010 1000111 110111 10001

Color Harmonies of #394213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394213

Black with #394213

Text Example


Text Example

White with #394213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394213; }

 p { color: rgb(57,66,19); }

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

background-color css

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

 a { background-color: rgb(57,66,19); }

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

border-color css

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

 span { border-color: rgb(57,66,19); }

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