#343915

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

Shades of Turtle Green #343915

Tints of Turtle Green #343915

Color information

#343915 (or 0x343915) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 15. RGB value is (52,57,21). Sum of RGB (Red+Green+Blue) = 52+57+21=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #343915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343915 is #CBC6EA. Grayscale: #333333. Windows color (decimal): -13354731 or 1390900. OLE color: 1390900.

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

Color convert

RGB525721-
CMYK0.0900.630.78
HSL68.33º46.15%15.29%-
HSV(B)68.33º63.16%22.35%-
XYZ3.013.711.27-
YUV51.4110.84128.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=40%
G=43.85%
B=16.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257210.0900.630.7868.3346.1515.29
Hex343915903F4E442ef
Octal647125110771161045617
Binary1101001110011010110010111111100111010001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343915; }

 p { color: rgb(52,57,21); }

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

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

 a { background-color: rgb(52,57,21); }

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

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

 span { border-color: rgb(52,57,21); }

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