#344302

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

Shades of Turtle Green #344302

Tints of Turtle Green #344302

Color information

#344302 (or 0x344302) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 02. RGB value is (52,67,2). Sum of RGB (Red+Green+Blue) = 52+67+2=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #344302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344302 is #CBBCFD. Grayscale: #373737. Windows color (decimal): -13352190 or 148276. OLE color: 148276.

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

Color convert

RGB52672-
CMYK0.2200.970.74
HSL73.85º94.2%13.53%-
HSV(B)73.85º97.01%26.27%-
XYZ3.434.750.79-
YUV55.198.03125.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=42.98%
G=55.37%
B=1.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal526720.2200.970.7473.8594.213.53
Hex34432160614A4a5ee
Octal64103226014111211213616
Binary11010010000111010110011000011001010100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344302; }

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

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

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

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

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

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

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

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