#324013

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

Shades of Turtle Green #324013

Tints of Turtle Green #324013

Color information

#324013 (or 0x324013) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 13. RGB value is (50,64,19). Sum of RGB (Red+Green+Blue) = 50+64+19=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #324013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324013 is #CDBFEC. Grayscale: #363636. Windows color (decimal): -13484013 or 1261618. OLE color: 1261618.

HSL color Cylindrical-coordinate representation of color #324013: hue angle of 78.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324013 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB506419-
CMYK0.2200.700.75
HSL78.67º54.22%16.27%-
HSV(B)78.67º70.31%25.1%-
XYZ3.274.391.29-
YUV54.68107.86124.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=37.59%
G=48.12%
B=14.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064190.2200.700.7578.6754.2216.27
Hex324013160464B4f3610
Octal62100232601061131176620
Binary11001010000001001110110010001101001011100111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324013; }

 p { color: rgb(50,64,19); }

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

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

 a { background-color: rgb(50,64,19); }

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

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

 span { border-color: rgb(50,64,19); }

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