#324414

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

Shades of Turtle Green #324414

Tints of Turtle Green #324414

Color information

#324414 (or 0x324414) is unknown color: approx Turtle Green. HEX triplet: 32, 44 and 14. RGB value is (50,68,20). Sum of RGB (Red+Green+Blue) = 50+68+20=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #324414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324414 is #CDBBEB. Grayscale: #393939. Windows color (decimal): -13482988 or 1328178. OLE color: 1328178.

HSL color Cylindrical-coordinate representation of color #324414: hue angle of 82.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324414 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB506820-
CMYK0.2600.710.73
HSL82.5º54.55%17.25%-
HSV(B)82.5º70.59%26.67%-
XYZ3.514.861.42-
YUV57.15107.04122.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=36.23%
G=49.28%
B=14.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068200.2600.710.7382.554.5517.25
Hex3244141A04749523711
Octal62104243201071111226721
Binary11001010001001010011010010001111001001101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324414; }

 p { color: rgb(50,68,20); }

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

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

 a { background-color: rgb(50,68,20); }

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

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

 span { border-color: rgb(50,68,20); }

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