#394505

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

Shades of Turtle Green #394505

Tints of Turtle Green #394505

Color information

#394505 (or 0x394505) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 05. RGB value is (57,69,5). Sum of RGB (Red+Green+Blue) = 57+69+5=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #394505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394505 is #C6BAFA. Grayscale: #3A3A3A. Windows color (decimal): -13023995 or 345401. OLE color: 345401.

HSL color Cylindrical-coordinate representation of color #394505: hue angle of 71.25º degrees, saturation: 0.86, 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 #394505 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB57695-
CMYK0.1700.930.73
HSL71.25º86.49%14.51%-
HSV(B)71.25º92.75%27.06%-
XYZ3.845.140.93-
YUV58.1298.02127.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=43.51%
G=52.67%
B=3.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal576950.1700.930.7371.2586.4914.51
Hex394551105D494756f
Octal71105521013511110712617
Binary111001100010110110001010111011001001100011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394505; }

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

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

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

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

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

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

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

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