#344014

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

Shades of Turtle Green #344014

Tints of Turtle Green #344014

Color information

#344014 (or 0x344014) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 14. RGB value is (52,64,20). Sum of RGB (Red+Green+Blue) = 52+64+20=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #344014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344014 is #CBBFEB. Grayscale: #373737. Windows color (decimal): -13352940 or 1327156. OLE color: 1327156.

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

Color convert

RGB526420-
CMYK0.1900.690.75
HSL76.36º52.38%16.47%-
HSV(B)76.36º68.75%25.1%-
XYZ3.384.451.34-
YUV55.4108.02125.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=38.24%
G=47.06%
B=14.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264200.1900.690.7576.3652.3816.47
Hex344014130454B4c3410
Octal64100242301051131146420
Binary11010010000001010010011010001011001011100110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344014; }

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

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

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

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

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

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

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

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