#323714

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

Shades of Turtle Green #323714

Tints of Turtle Green #323714

Color information

#323714 (or 0x323714) is unknown color: approx Turtle Green. HEX triplet: 32, 37 and 14. RGB value is (50,55,20). Sum of RGB (Red+Green+Blue) = 50+55+20=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #323714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323714 is #CDC8EB. Grayscale: #313131. Windows color (decimal): -13486316 or 1324850. OLE color: 1324850.

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

Color convert

RGB505520-
CMYK0.0900.640.78
HSL68.57º46.67%14.71%-
HSV(B)68.57º63.64%21.57%-
XYZ2.813.461.18-
YUV49.52111.34128.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 20 (8.20% from 255) = 16%
R=40%
G=44%
B=16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055200.0900.640.7868.5746.6714.71
Hex32371490404E452ff
Octal6267241101001161055717
Binary11001011011110100100101000000100111010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323714; }

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

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

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

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

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

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

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

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