#323A1A

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

Shades of Turtle Green #323A1A

Tints of Turtle Green #323A1A

Color information

#323A1A (or 0x323A1A) is unknown color: approx Turtle Green. HEX triplet: 32, 3A and 1A. RGB value is (50,58,26). Sum of RGB (Red+Green+Blue) = 50+58+26=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #323A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A1A is #CDC5E5. Grayscale: #343434. Windows color (decimal): -13485542 or 1718834. OLE color: 1718834.

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

Color convert

RGB505826-
CMYK0.1400.550.77
HSL75º38.1%16.47%-
HSV(B)75º55.17%22.75%-
XYZ3.013.781.55-
YUV51.96113.35126.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=37.31%
G=43.28%
B=19.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058260.1400.550.777538.116.47
Hex323A1AE0374D4b2610
Octal627232160671151134620
Binary11001011101011010111001101111001101100101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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