#323913

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

Shades of Turtle Green #323913

Tints of Turtle Green #323913

Color information

#323913 (or 0x323913) is unknown color: approx Turtle Green. HEX triplet: 32, 39 and 13. RGB value is (50,57,19). Sum of RGB (Red+Green+Blue) = 50+57+19=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #323913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323913 is #CDC6EC. Grayscale: #323232. Windows color (decimal): -13485805 or 1259826. OLE color: 1259826.

HSL color Cylindrical-coordinate representation of color #323913: hue angle of 71.05º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323913 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB505719-
CMYK0.1200.670.78
HSL71.05º50%14.9%-
HSV(B)71.05º66.67%22.35%-
XYZ2.93.651.17-
YUV50.57110.18127.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 57 (22.66% from 255) = 45.24%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=39.68%
G=45.24%
B=15.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057190.1200.670.7871.055014.9
Hex323913C0434E4732f
Octal6271231401031161076217
Binary11001011100110011110001000011100111010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323913; }

 p { color: rgb(50,57,19); }

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

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

 a { background-color: rgb(50,57,19); }

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

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

 span { border-color: rgb(50,57,19); }

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