#394F17

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

Shades of Turtle Green #394F17

Tints of Turtle Green #394F17

Color information

#394F17 (or 0x394F17) is unknown color: approx Turtle Green. HEX triplet: 39, 4F and 17. RGB value is (57,79,23). Sum of RGB (Red+Green+Blue) = 57+79+23=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #394F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F17 is #C6B0E8. Grayscale: #424242. Windows color (decimal): -13021417 or 1527609. OLE color: 1527609.

HSL color Cylindrical-coordinate representation of color #394F17: hue angle of 83.57º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394F17 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB577923-
CMYK0.2800.710.69
HSL83.57º54.9%20%-
HSV(B)83.57º70.89%30.98%-
XYZ4.646.521.83-
YUV66.04103.71121.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=35.85%
G=49.69%
B=14.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779230.2800.710.6983.5754.920
Hex394F171C04745543714
Octal71117273401071051246724
Binary11100110011111011111100010001111000101101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F17; }

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

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

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

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

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

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

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

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