#324714

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

Shades of Turtle Green #324714

Tints of Turtle Green #324714

Color information

#324714 (or 0x324714) is unknown color: approx Turtle Green. HEX triplet: 32, 47 and 14. RGB value is (50,71,20). Sum of RGB (Red+Green+Blue) = 50+71+20=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #324714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324714 is #CDB8EB. Grayscale: #3B3B3B. Windows color (decimal): -13482220 or 1328946. OLE color: 1328946.

HSL color Cylindrical-coordinate representation of color #324714: hue angle of 84.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324714 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB507120-
CMYK0.3000.720.72
HSL84.71º56.04%17.84%-
HSV(B)84.71º71.83%27.84%-
XYZ3.695.241.48-
YUV58.91106.04121.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=35.46%
G=50.35%
B=14.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071200.3000.720.7284.7156.0417.84
Hex3247141E04848553812
Octal62107243601101101257022
Binary11001010001111010011110010010001001000101010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324714; }

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

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

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

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

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

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

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

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