Html Css Color HEX #394411 Turtle Green

📋 copy color: '#394411'

red 57 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #394411

Tints of Turtle Green #394411

RGB

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

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

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

R = 40.14%
G = 47.89%
B = 11.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#394411 (or 0x394411) is known color: Turtle Green. HEX triplet: 39, 44 and 11. RGB value is (57,68,17). Sum of RGB (Red+Green+Blue) = 57+68+17=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #394411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394411 is #C6BBEE. Grayscale: #3B3B3B. Windows color (decimal): -13024239 or 1131577. OLE color: 1131577.

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

Color convert

RGB 57 68 17 -
CMYK 0.16 0 0.75 0.73
HSL 72.94º 0.6% 0.17% -
HSV(B) 72.94º 0.75% 0.27% -
XYZ 3.86 5.04 1.3 -
YUV 58.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 57 68 17 0.16 0 0.75 0.73 72.94 0.6 0.17
Hex 39 44 11 10 0 4B 49 49 3C 11
Octal 71 104 21 20 0 113 111 111 74 21
Binary 111001 1000100 10001 10000 0 1001011 1001001 1001001 111100 10001

Color Harmonies of #394411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394411

Black with #394411

Text Example


Text Example

White with #394411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394411; }

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

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

background-color css

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

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

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

border-color css

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

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

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