#394619

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

Shades of Turtle Green #394619

Tints of Turtle Green #394619

Color information

#394619 (or 0x394619) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 19. RGB value is (57,70,25). Sum of RGB (Red+Green+Blue) = 57+70+25=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #394619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394619 is #C6B9E6. Grayscale: #3D3D3D. Windows color (decimal): -13023719 or 1656377. OLE color: 1656377.

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

Color convert

RGB577025-
CMYK0.1900.640.73
HSL77.33º47.37%18.63%-
HSV(B)77.33º64.29%27.45%-
XYZ4.055.321.73-
YUV60.98107.69125.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=37.5%
G=46.05%
B=16.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770250.1900.640.7377.3347.3718.63
Hex39461913040494d2f13
Octal71106312301001111155723
Binary11100110001101100110011010000001001001100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394619; }

 p { color: rgb(57,70,25); }

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

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

 a { background-color: rgb(57,70,25); }

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

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

 span { border-color: rgb(57,70,25); }

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