#344502

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

Shades of Turtle Green #344502

Tints of Turtle Green #344502

Color information

#344502 (or 0x344502) is unknown color: approx Turtle Green. HEX triplet: 34, 45 and 02. RGB value is (52,69,2). Sum of RGB (Red+Green+Blue) = 52+69+2=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #344502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344502 is #CBBAFD. Grayscale: #383838. Windows color (decimal): -13351678 or 148788. OLE color: 148788.

HSL color Cylindrical-coordinate representation of color #344502: hue angle of 75.22º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #344502 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB52692-
CMYK0.2500.970.73
HSL75.22º94.37%13.92%-
HSV(B)75.22º97.1%27.06%-
XYZ3.564.990.83-
YUV56.2897.37124.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=42.28%
G=56.10%
B=1.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526920.2500.970.7375.2294.3713.92
Hex3445219061494b5ee
Octal64105231014111111313616
Binary11010010001011011001011000011001001100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344502; }

 p { color: rgb(52,69,2); }

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

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

 a { background-color: rgb(52,69,2); }

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

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

 span { border-color: rgb(52,69,2); }

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