#343822

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

Shades of Turtle Green #343822

Tints of Turtle Green #343822

Color information

#343822 (or 0x343822) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 22. RGB value is (52,56,34). Sum of RGB (Red+Green+Blue) = 52+56+34=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #343822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343822 is #CBC7DD. Grayscale: #343434. Windows color (decimal): -13354974 or 2242612. OLE color: 2242612.

HSL color Cylindrical-coordinate representation of color #343822: hue angle of 70.91º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343822 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB525634-
CMYK0.0700.390.78
HSL70.91º24.44%17.65%-
HSV(B)70.91º39.29%21.96%-
XYZ3.123.672.06-
YUV52.3117.67127.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=36.62%
G=39.44%
B=23.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256340.0700.390.7870.9124.4417.65
Hex34382270274E471812
Octal64704270471161073022
Binary1101001110001000101110100111100111010001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343822; }

 p { color: rgb(52,56,34); }

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

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

 a { background-color: rgb(52,56,34); }

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

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

 span { border-color: rgb(52,56,34); }

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