#394605

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

Shades of Turtle Green #394605

Tints of Turtle Green #394605

Color information

#394605 (or 0x394605) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 05. RGB value is (57,70,5). Sum of RGB (Red+Green+Blue) = 57+70+5=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #394605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394605 is #C6B9FA. Grayscale: #3A3A3A. Windows color (decimal): -13023739 or 345657. OLE color: 345657.

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

Color convert

RGB57705-
CMYK0.1900.930.73
HSL72º86.67%14.71%-
HSV(B)72º92.86%27.45%-
XYZ3.95.260.95-
YUV58.797.69126.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=43.18%
G=53.03%
B=3.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal577050.1900.930.737286.6714.71
Hex394651305D494857f
Octal71106523013511111012717
Binary111001100011010110011010111011001001100100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394605; }

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

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

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

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

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

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

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

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