#354915

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

Shades of Turtle Green #354915

Tints of Turtle Green #354915

Color information

#354915 (or 0x354915) is unknown color: approx Turtle Green. HEX triplet: 35, 49 and 15. RGB value is (53,73,21). Sum of RGB (Red+Green+Blue) = 53+73+21=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #354915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354915 is #CAB6EA. Grayscale: #3D3D3D. Windows color (decimal): -13285099 or 1394997. OLE color: 1394997.

HSL color Cylindrical-coordinate representation of color #354915: hue angle of 83.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354915 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB537321-
CMYK0.2700.710.71
HSL83.08º55.32%18.43%-
HSV(B)83.08º71.23%28.63%-
XYZ3.995.581.58-
YUV61.09105.37122.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=36.05%
G=49.66%
B=14.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373210.2700.710.7183.0855.3218.43
Hex3549151B04747533712
Octal65111253301071071236722
Binary11010110010011010111011010001111000111101001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354915; }

 p { color: rgb(53,73,21); }

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

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

 a { background-color: rgb(53,73,21); }

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

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

 span { border-color: rgb(53,73,21); }

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