#344314

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

Shades of Turtle Green #344314

Tints of Turtle Green #344314

Color information

#344314 (or 0x344314) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 14. RGB value is (52,67,20). Sum of RGB (Red+Green+Blue) = 52+67+20=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #344314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344314 is #CBBCEB. Grayscale: #393939. Windows color (decimal): -13352172 or 1327924. OLE color: 1327924.

HSL color Cylindrical-coordinate representation of color #344314: hue angle of 79.15º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344314 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB526720-
CMYK0.2200.700.74
HSL79.15º54.02%17.06%-
HSV(B)79.15º70.15%26.27%-
XYZ3.554.791.4-
YUV57.16107.03124.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=37.41%
G=48.20%
B=14.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267200.2200.700.7479.1554.0217.06
Hex344314160464A4f3611
Octal64103242601061121176621
Binary11010010000111010010110010001101001010100111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344314; }

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

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

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

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

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

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

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

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