#344812

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

Shades of Turtle Green #344812

Tints of Turtle Green #344812

Color information

#344812 (or 0x344812) is unknown color: approx Turtle Green. HEX triplet: 34, 48 and 12. RGB value is (52,72,18). Sum of RGB (Red+Green+Blue) = 52+72+18=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #344812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344812 is #CBB7ED. Grayscale: #3C3C3C. Windows color (decimal): -13350894 or 1198132. OLE color: 1198132.

HSL color Cylindrical-coordinate representation of color #344812: hue angle of 82.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344812 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB527218-
CMYK0.2800.750.72
HSL82.22º60%17.65%-
HSV(B)82.22º75%28.24%-
XYZ3.845.411.41-
YUV59.86104.37122.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=36.62%
G=50.70%
B=12.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272180.2800.750.7282.226017.65
Hex3448121C04B48523c12
Octal64110223401131101227422
Binary11010010010001001011100010010111001000101001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344812; }

 p { color: rgb(52,72,18); }

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

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

 a { background-color: rgb(52,72,18); }

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

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

 span { border-color: rgb(52,72,18); }

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