#323812

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

Shades of Turtle Green #323812

Tints of Turtle Green #323812

Color information

#323812 (or 0x323812) is unknown color: approx Turtle Green. HEX triplet: 32, 38 and 12. RGB value is (50,56,18). Sum of RGB (Red+Green+Blue) = 50+56+18=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #323812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323812 is #CDC7ED. Grayscale: #323232. Windows color (decimal): -13486062 or 1194034. OLE color: 1194034.

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

Color convert

RGB505618-
CMYK0.1100.680.78
HSL69.47º51.35%14.51%-
HSV(B)69.47º67.86%21.96%-
XYZ2.843.551.11-
YUV49.87110.01128.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=40.32%
G=45.16%
B=14.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056180.1100.680.7869.4751.3514.51
Hex323812B0444E4533f
Octal6270221301041161056317
Binary11001011100010010101101000100100111010001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323812; }

 p { color: rgb(50,56,18); }

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

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

 a { background-color: rgb(50,56,18); }

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

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

 span { border-color: rgb(50,56,18); }

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