#345310

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

Shades of Turtle Green #345310

Tints of Turtle Green #345310

Color information

#345310 (or 0x345310) is unknown color: approx Turtle Green. HEX triplet: 34, 53 and 10. RGB value is (52,83,16). Sum of RGB (Red+Green+Blue) = 52+83+16=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #345310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345310 is #CBACEF. Grayscale: #424242. Windows color (decimal): -13348080 or 1069876. OLE color: 1069876.

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

Color convert

RGB528316-
CMYK0.3700.810.67
HSL87.76º67.68%19.41%-
HSV(B)87.76º80.72%32.55%-
XYZ4.66.951.59-
YUV66.0999.73117.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=34.44%
G=54.97%
B=10.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283160.3700.810.6787.7667.6819.41
Hex3453102505143584413
Octal641232045012110313010423
Binary1101001010011100001001010101000110000111011000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345310; }

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

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

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

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

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

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

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

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