#394017

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

Shades of Turtle Green #394017

Tints of Turtle Green #394017

Color information

#394017 (or 0x394017) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 17. RGB value is (57,64,23). Sum of RGB (Red+Green+Blue) = 57+64+23=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #394017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394017 is #C6BFE8. Grayscale: #393939. Windows color (decimal): -13025257 or 1523769. OLE color: 1523769.

HSL color Cylindrical-coordinate representation of color #394017: hue angle of 70.24º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #394017 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB576423-
CMYK0.1100.640.75
HSL70.24º47.13%17.06%-
HSV(B)70.24º64.06%25.1%-
XYZ3.684.61.5-
YUV57.23108.68127.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=39.58%
G=44.44%
B=15.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764230.1100.640.7570.2447.1317.06
Hex394017B0404B462f11
Octal71100271301001131065721
Binary1110011000000101111011010000001001011100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394017; }

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

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

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

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

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

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

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

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