#394517

Color #394517 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #394517

Tints of Turtle Green #394517

Color information

#394517 (or 0x394517) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 17. RGB value is (57,69,23). Sum of RGB (Red+Green+Blue) = 57+69+23=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #394517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394517 is #C6BAE8. Grayscale: #3C3C3C. Windows color (decimal): -13023977 or 1525049. OLE color: 1525049.

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

Color convert

RGB576923-
CMYK0.1700.670.73
HSL75.65º50%18.04%-
HSV(B)75.65º66.67%27.06%-
XYZ3.975.191.6-
YUV60.17107.02125.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=38.26%
G=46.31%
B=15.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769230.1700.670.7375.655018.04
Hex39451711043494c3212
Octal71105272101031111146222
Binary11100110001011011110001010000111001001100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394517; }

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

 H1.HeaderClassName
 {
   color: #394517;
 }
 .AnyTagClassName
 {
   color: #394517;
 }
</style>
background-color css

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

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

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

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

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

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