#344015

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

Shades of Turtle Green #344015

Tints of Turtle Green #344015

Color information

#344015 (or 0x344015) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 15. RGB value is (52,64,21). Sum of RGB (Red+Green+Blue) = 52+64+21=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #344015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344015 is #CBBFEA. Grayscale: #373737. Windows color (decimal): -13352939 or 1392692. OLE color: 1392692.

HSL color Cylindrical-coordinate representation of color #344015: hue angle of 76.74º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #344015 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB526421-
CMYK0.1900.670.75
HSL76.74º50.59%16.67%-
HSV(B)76.74º67.19%25.1%-
XYZ3.384.451.39-
YUV55.51108.52125.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=37.96%
G=46.72%
B=15.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264210.1900.670.7576.7450.5916.67
Hex344015130434B4d3311
Octal64100252301031131156321
Binary11010010000001010110011010000111001011100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344015; }

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

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

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

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

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

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

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

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