#345002

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

Shades of Turtle Green #345002

Tints of Turtle Green #345002

Color information

#345002 (or 0x345002) is unknown color: approx Turtle Green. HEX triplet: 34, 50 and 02. RGB value is (52,80,2). Sum of RGB (Red+Green+Blue) = 52+80+2=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #345002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345002 is #CBAFFD. Grayscale: #3F3F3F. Windows color (decimal): -13348862 or 151604. OLE color: 151604.

HSL color Cylindrical-coordinate representation of color #345002: hue angle of 81.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345002 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB52802-
CMYK0.3500.980.69
HSL81.54º95.12%16.08%-
HSV(B)81.54º97.5%31.37%-
XYZ4.36.471.08-
YUV62.7493.72120.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=38.81%
G=59.70%
B=1.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal528020.3500.980.6981.5495.1216.08
Hex345022306245525f10
Octal64120243014210512213720
Binary1101001010000101000110110001010001011010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345002; }

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

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

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

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

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

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

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

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