#354519

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

Shades of Turtle Green #354519

Tints of Turtle Green #354519

Color information

#354519 (or 0x354519) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 19. RGB value is (53,69,25). Sum of RGB (Red+Green+Blue) = 53+69+25=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #354519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354519 is #CABAE6. Grayscale: #3B3B3B. Windows color (decimal): -13286119 or 1656117. OLE color: 1656117.

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

Color convert

RGB536925-
CMYK0.2300.640.73
HSL81.82º46.81%18.43%-
HSV(B)81.82º63.77%27.06%-
XYZ3.775.081.7-
YUV59.2108.7123.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=36.05%
G=46.94%
B=17.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369250.2300.640.7381.8246.8118.43
Hex3545191704049522f12
Octal65105312701001111225722
Binary11010110001011100110111010000001001001101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354519; }

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

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

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

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

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

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

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

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