#343E0E

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

Shades of Turtle Green #343E0E

Tints of Turtle Green #343E0E

Color information

#343E0E (or 0x343E0E) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 0E. RGB value is (52,62,14). Sum of RGB (Red+Green+Blue) = 52+62+14=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #343E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E0E is #CBC1F1. Grayscale: #353535. Windows color (decimal): -13353458 or 933428. OLE color: 933428.

HSL color Cylindrical-coordinate representation of color #343E0E: hue angle of 72.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343E0E is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB526214-
CMYK0.1600.770.76
HSL72.5º63.16%14.9%-
HSV(B)72.5º77.42%24.31%-
XYZ3.224.211.06-
YUV53.54105.69126.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 62 (24.61% from 255) = 48.44%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=40.62%
G=48.44%
B=10.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262140.1600.770.7672.563.1614.9
Hex343EE1004D4C483ff
Octal6476162001151141107717
Binary11010011111011101000001001101100110010010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E0E; }

 p { color: rgb(52,62,14); }

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

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

 a { background-color: rgb(52,62,14); }

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

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

 span { border-color: rgb(52,62,14); }

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