#354513

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

Shades of Turtle Green #354513

Tints of Turtle Green #354513

Color information

#354513 (or 0x354513) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 13. RGB value is (53,69,19). Sum of RGB (Red+Green+Blue) = 53+69+19=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #354513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354513 is #CABAEC. Grayscale: #3A3A3A. Windows color (decimal): -13286125 or 1262901. OLE color: 1262901.

HSL color Cylindrical-coordinate representation of color #354513: hue angle of 79.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354513 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB536919-
CMYK0.2300.720.73
HSL79.2º56.82%17.25%-
HSV(B)79.2º72.46%27.06%-
XYZ3.715.061.4-
YUV58.52105.7124.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=37.59%
G=48.94%
B=13.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369190.2300.720.7379.256.8217.25
Hex35451317048494f3911
Octal65105232701101111177121
Binary11010110001011001110111010010001001001100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354513; }

 p { color: rgb(53,69,19); }

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

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

 a { background-color: rgb(53,69,19); }

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

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

 span { border-color: rgb(53,69,19); }

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