#345410

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

Shades of Turtle Green #345410

Tints of Turtle Green #345410

Color information

#345410 (or 0x345410) is unknown color: approx Turtle Green. HEX triplet: 34, 54 and 10. RGB value is (52,84,16). Sum of RGB (Red+Green+Blue) = 52+84+16=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #345410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345410 is #CBABEF. Grayscale: #424242. Windows color (decimal): -13347824 or 1070132. OLE color: 1070132.

HSL color Cylindrical-coordinate representation of color #345410: hue angle of 88.24º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #345410 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB528416-
CMYK0.3800.810.67
HSL88.24º68%19.61%-
HSV(B)88.24º80.95%32.94%-
XYZ4.687.111.62-
YUV66.6899.4117.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=34.21%
G=55.26%
B=10.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284160.3800.810.6788.246819.61
Hex3454102605143584414
Octal641242046012110313010424
Binary1101001010100100001001100101000110000111011000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345410; }

 p { color: rgb(52,84,16); }

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

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

 a { background-color: rgb(52,84,16); }

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

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

 span { border-color: rgb(52,84,16); }

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