#345006

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

Shades of Turtle Green #345006

Tints of Turtle Green #345006

Color information

#345006 (or 0x345006) is unknown color: approx Turtle Green. HEX triplet: 34, 50 and 06. RGB value is (52,80,6). Sum of RGB (Red+Green+Blue) = 52+80+6=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #345006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345006 is #CBAFF9. Grayscale: #3F3F3F. Windows color (decimal): -13348858 or 413748. OLE color: 413748.

HSL color Cylindrical-coordinate representation of color #345006: hue angle of 82.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #345006 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB52806-
CMYK0.3500.920.69
HSL82.7º86.05%16.86%-
HSV(B)82.7º92.5%31.37%-
XYZ4.326.481.2-
YUV63.1995.72120.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=37.68%
G=57.97%
B=4.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal528060.3500.920.6982.786.0516.86
Hex345062305C45535611
Octal64120643013410512312621
Binary11010010100001101000110101110010001011010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345006; }

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

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

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

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

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

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

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

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