Html Css Color HEX #394513 Turtle Green

📋 copy color: '#394513'

red 57 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #394513

Tints of Turtle Green #394513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.59%

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

R = 39.31%
G = 47.59%
B = 13.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#394513 (or 0x394513) is known color: Turtle Green. HEX triplet: 39, 45 and 13. RGB value is (57,69,19). Sum of RGB (Red+Green+Blue) = 57+69+19=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #394513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394513 is #C6BAEC. Grayscale: #3B3B3B. Windows color (decimal): -13023981 or 1262905. OLE color: 1262905.

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

Color convert

RGB 57 69 19 -
CMYK 0.17 0 0.72 0.73
HSL 74.4º 0.57% 0.17% -
HSV(B) 74.4º 0.72% 0.27% -
XYZ 3.93 5.17 1.41 -
YUV 59.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 57 69 19 0.17 0 0.72 0.73 74.4 0.57 0.17
Hex 39 45 13 11 0 48 49 4A 39 11
Octal 71 105 23 21 0 110 111 112 71 21
Binary 111001 1000101 10011 10001 0 1001000 1001001 1001010 111001 10001

Color Harmonies of #394513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394513

Black with #394513

Text Example


Text Example

White with #394513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394513; }

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

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

background-color css

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

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

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

border-color css

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

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

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