#344115

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

Shades of Turtle Green #344115

Tints of Turtle Green #344115

Color information

#344115 (or 0x344115) is unknown color: approx Turtle Green. HEX triplet: 34, 41 and 15. RGB value is (52,65,21). Sum of RGB (Red+Green+Blue) = 52+65+21=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #344115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344115 is #CBBEEA. Grayscale: #383838. Windows color (decimal): -13352683 or 1392948. OLE color: 1392948.

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

Color convert

RGB526521-
CMYK0.2000.680.75
HSL77.73º51.16%16.86%-
HSV(B)77.73º67.69%25.49%-
XYZ3.444.561.41-
YUV56.1108.19125.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=37.68%
G=47.10%
B=15.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265210.2000.680.7577.7351.1616.86
Hex344115140444B4e3311
Octal64101252401041131166321
Binary11010010000011010110100010001001001011100111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344115; }

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

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

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

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

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

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

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

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