#323A15

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

Shades of Turtle Green #323A15

Tints of Turtle Green #323A15

Color information

#323A15 (or 0x323A15) is unknown color: approx Turtle Green. HEX triplet: 32, 3A and 15. RGB value is (50,58,21). Sum of RGB (Red+Green+Blue) = 50+58+21=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #323A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A15 is #CDC5EA. Grayscale: #333333. Windows color (decimal): -13485547 or 1391154. OLE color: 1391154.

HSL color Cylindrical-coordinate representation of color #323A15: hue angle of 72.97º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323A15 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB505821-
CMYK0.1400.640.77
HSL72.97º46.84%15.49%-
HSV(B)72.97º63.79%22.75%-
XYZ2.963.761.28-
YUV51.39110.85127.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=38.76%
G=44.96%
B=16.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058210.1400.640.7772.9746.8415.49
Hex323A15E0404D492ff
Octal6272251601001151115717
Binary11001011101010101111001000000100110110010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A15; }

 p { color: rgb(50,58,21); }

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

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

 a { background-color: rgb(50,58,21); }

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

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

 span { border-color: rgb(50,58,21); }

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