#324116

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

Shades of Turtle Green #324116

Tints of Turtle Green #324116

Color information

#324116 (or 0x324116) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 16. RGB value is (50,65,22). Sum of RGB (Red+Green+Blue) = 50+65+22=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #324116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324116 is #CDBEE9. Grayscale: #373737. Windows color (decimal): -13483754 or 1458482. OLE color: 1458482.

HSL color Cylindrical-coordinate representation of color #324116: hue angle of 80.93º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324116 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB506522-
CMYK0.2300.660.75
HSL80.93º49.43%17.06%-
HSV(B)80.93º66.15%25.49%-
XYZ3.354.521.45-
YUV55.61109.03124-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=36.50%
G=47.45%
B=16.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065220.2300.660.7580.9349.4317.06
Hex324116170424B513111
Octal62101262701021131216121
Binary11001010000011011010111010000101001011101000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324116; }

 p { color: rgb(50,65,22); }

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

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

 a { background-color: rgb(50,65,22); }

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

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

 span { border-color: rgb(50,65,22); }

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