#323713

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

Shades of Turtle Green #323713

Tints of Turtle Green #323713

Color information

#323713 (or 0x323713) is unknown color: approx Turtle Green. HEX triplet: 32, 37 and 13. RGB value is (50,55,19). Sum of RGB (Red+Green+Blue) = 50+55+19=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #323713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323713 is #CDC8EC. Grayscale: #313131. Windows color (decimal): -13486317 or 1259314. OLE color: 1259314.

HSL color Cylindrical-coordinate representation of color #323713: hue angle of 68.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323713 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB505519-
CMYK0.0900.650.78
HSL68.33º48.65%14.51%-
HSV(B)68.33º65.45%21.57%-
XYZ2.83.461.14-
YUV49.4110.84128.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=40.32%
G=44.35%
B=15.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055190.0900.650.7868.3348.6514.51
Hex32371390414E4431f
Octal6267231101011161046117
Binary11001011011110011100101000001100111010001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323713; }

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

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

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

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

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

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

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

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