#323A0F

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

Shades of Turtle Green #323A0F

Tints of Turtle Green #323A0F

Color information

#323A0F (or 0x323A0F) is unknown color: approx Turtle Green. HEX triplet: 32, 3A and 0F. RGB value is (50,58,15). Sum of RGB (Red+Green+Blue) = 50+58+15=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #323A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A0F is #CDC5F0. Grayscale: #323232. Windows color (decimal): -13485553 or 997938. OLE color: 997938.

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

Color convert

RGB505815-
CMYK0.1400.740.77
HSL71.16º58.9%14.31%-
HSV(B)71.16º74.14%22.75%-
XYZ2.913.741.02-
YUV50.71107.85127.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=40.65%
G=47.15%
B=12.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058150.1400.740.7771.1658.914.31
Hex323AFE04A4D473be
Octal6272171601121151077316
Binary1100101110101111111001001010100110110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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