#344013

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

Shades of Turtle Green #344013

Tints of Turtle Green #344013

Color information

#344013 (or 0x344013) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 13. RGB value is (52,64,19). Sum of RGB (Red+Green+Blue) = 52+64+19=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #344013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344013 is #CBBFEC. Grayscale: #373737. Windows color (decimal): -13352941 or 1261620. OLE color: 1261620.

HSL color Cylindrical-coordinate representation of color #344013: hue angle of 76º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344013 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB526419-
CMYK0.1900.700.75
HSL76º54.22%16.27%-
HSV(B)76º70.31%25.1%-
XYZ3.374.441.3-
YUV55.28107.52125.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=38.52%
G=47.41%
B=14.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264190.1900.700.757654.2216.27
Hex344013130464B4c3610
Octal64100232301061131146620
Binary11010010000001001110011010001101001011100110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344013; }

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

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

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

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

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

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

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

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