#394518

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

Shades of Turtle Green #394518

Tints of Turtle Green #394518

Color information

#394518 (or 0x394518) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 18. RGB value is (57,69,24). Sum of RGB (Red+Green+Blue) = 57+69+24=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #394518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394518 is #C6BAE7. Grayscale: #3C3C3C. Windows color (decimal): -13023976 or 1590585. OLE color: 1590585.

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

Color convert

RGB576924-
CMYK0.1700.650.73
HSL76º48.39%18.24%-
HSV(B)76º65.22%27.06%-
XYZ3.985.191.66-
YUV60.28107.52125.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 24 (9.77% from 255) = 16%
R=38%
G=46%
B=16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769240.1700.650.737648.3918.24
Hex39451811041494c3012
Octal71105302101011111146022
Binary11100110001011100010001010000011001001100110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394518; }

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

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

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

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

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

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

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

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