#324311

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

Shades of Turtle Green #324311

Tints of Turtle Green #324311

Color information

#324311 (or 0x324311) is unknown color: approx Turtle Green. HEX triplet: 32, 43 and 11. RGB value is (50,67,17). Sum of RGB (Red+Green+Blue) = 50+67+17=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #324311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324311 is #CDBCEE. Grayscale: #383838. Windows color (decimal): -13483247 or 1131314. OLE color: 1131314.

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

Color convert

RGB506717-
CMYK0.2500.750.74
HSL80.4º59.52%16.47%-
HSV(B)80.4º74.63%26.27%-
XYZ3.424.731.26-
YUV56.22105.87123.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=37.31%
G=50%
B=12.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067170.2500.750.7480.459.5216.47
Hex3243111904B4A503c10
Octal62103213101131121207420
Binary11001010000111000111001010010111001010101000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324311; }

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

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

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

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

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

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

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

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