#344800

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

Shades of Turtle Green #344800

Tints of Turtle Green #344800

Color information

#344800 (or 0x344800) is unknown color: approx Turtle Green. HEX triplet: 34, 48 and 00. RGB value is (52,72,0). Sum of RGB (Red+Green+Blue) = 52+72+0=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #344800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344800 is #CBB7FF. Grayscale: #3A3A3A. Windows color (decimal): -13350912 or 18484. OLE color: 18484.

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

Color convert

RGB52720-
CMYK0.28010.72
HSL76.67º100%14.12%-
HSV(B)76.67º100%28.24%-
XYZ3.735.360.84-
YUV57.8195.37123.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.94%
G=58.06%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527200.28010.7276.6710014.12
Hex344801C064484d64e
Octal64110034014411011514416
Binary1101001001000011100011001001001000100110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344800; }

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

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

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

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

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

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

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

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