#344805

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

Shades of Turtle Green #344805

Tints of Turtle Green #344805

Color information

#344805 (or 0x344805) is unknown color: approx Turtle Green. HEX triplet: 34, 48 and 05. RGB value is (52,72,5). Sum of RGB (Red+Green+Blue) = 52+72+5=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #344805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344805 is #CBB7FA. Grayscale: #3A3A3A. Windows color (decimal): -13350907 or 346164. OLE color: 346164.

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

Color convert

RGB52725-
CMYK0.2800.930.72
HSL77.91º87.01%15.1%-
HSV(B)77.91º93.06%28.24%-
XYZ3.765.380.98-
YUV58.3897.87123.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=40.31%
G=55.81%
B=3.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527250.2800.930.7277.9187.0115.1
Hex344851C05D484e57f
Octal64110534013511011612717
Binary110100100100010111100010111011001000100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344805; }

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

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

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

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

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

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

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

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