#324318

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

Shades of Turtle Green #324318

Tints of Turtle Green #324318

Color information

#324318 (or 0x324318) is unknown color: approx Turtle Green. HEX triplet: 32, 43 and 18. RGB value is (50,67,24). Sum of RGB (Red+Green+Blue) = 50+67+24=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #324318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324318 is #CDBCE7. Grayscale: #393939. Windows color (decimal): -13483240 or 1590066. OLE color: 1590066.

HSL color Cylindrical-coordinate representation of color #324318: hue angle of 83.72º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324318 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB506724-
CMYK0.2500.640.74
HSL83.72º47.25%17.84%-
HSV(B)83.72º64.18%26.27%-
XYZ3.494.761.6-
YUV57.01109.37123-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=35.46%
G=47.52%
B=17.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067240.2500.640.7483.7247.2517.84
Hex324318190404A542f12
Octal62103303101001121245722
Binary11001010000111100011001010000001001010101010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324318; }

 p { color: rgb(50,67,24); }

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

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

 a { background-color: rgb(50,67,24); }

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

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

 span { border-color: rgb(50,67,24); }

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