#324515

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

Shades of Turtle Green #324515

Tints of Turtle Green #324515

Color information

#324515 (or 0x324515) is unknown color: approx Turtle Green. HEX triplet: 32, 45 and 15. RGB value is (50,69,21). Sum of RGB (Red+Green+Blue) = 50+69+21=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #324515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324515 is #CDBAEA. Grayscale: #3A3A3A. Windows color (decimal): -13482731 or 1393970. OLE color: 1393970.

HSL color Cylindrical-coordinate representation of color #324515: hue angle of 83.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324515 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB506921-
CMYK0.2800.700.73
HSL83.75º53.33%17.65%-
HSV(B)83.75º69.57%27.06%-
XYZ3.584.991.48-
YUV57.85107.21122.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 21 (8.59% from 255) = 15%
R=35.71%
G=49.29%
B=15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069210.2800.700.7383.7553.3317.65
Hex3245151C04649543512
Octal62105253401061111246522
Binary11001010001011010111100010001101001001101010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324515; }

 p { color: rgb(50,69,21); }

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

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

 a { background-color: rgb(50,69,21); }

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

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

 span { border-color: rgb(50,69,21); }

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