#354817

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

Shades of Turtle Green #354817

Tints of Turtle Green #354817

Color information

#354817 (or 0x354817) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 17. RGB value is (53,72,23). Sum of RGB (Red+Green+Blue) = 53+72+23=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #354817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354817 is #CAB7E8. Grayscale: #3C3C3C. Windows color (decimal): -13285353 or 1525813. OLE color: 1525813.

HSL color Cylindrical-coordinate representation of color #354817: hue angle of 83.27º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354817 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB537223-
CMYK0.2600.680.72
HSL83.27º51.58%18.63%-
HSV(B)83.27º68.06%28.24%-
XYZ3.945.451.66-
YUV60.73106.71122.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=35.81%
G=48.65%
B=15.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372230.2600.680.7283.2751.5818.63
Hex3548171A04448533413
Octal65110273201041101236423
Binary11010110010001011111010010001001001000101001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354817; }

 p { color: rgb(53,72,23); }

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

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

 a { background-color: rgb(53,72,23); }

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

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

 span { border-color: rgb(53,72,23); }

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