#343721

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

Shades of Turtle Green #343721

Tints of Turtle Green #343721

Color information

#343721 (or 0x343721) is unknown color: approx Turtle Green. HEX triplet: 34, 37 and 21. RGB value is (52,55,33). Sum of RGB (Red+Green+Blue) = 52+55+33=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #343721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343721 is #CBC8DE. Grayscale: #333333. Windows color (decimal): -13355231 or 2176820. OLE color: 2176820.

HSL color Cylindrical-coordinate representation of color #343721: hue angle of 68.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343721 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB525533-
CMYK0.0500.40.78
HSL68.18º25%17.25%-
HSV(B)68.18º40%21.57%-
XYZ3.063.571.97-
YUV51.6117.51128.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=37.14%
G=39.29%
B=23.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255330.0500.40.7868.182517.25
Hex34372150284E441911
Octal64674150501161043121
Binary1101001101111000011010101000100111010001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343721; }

 p { color: rgb(52,55,33); }

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

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

 a { background-color: rgb(52,55,33); }

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

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

 span { border-color: rgb(52,55,33); }

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