#353D23

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

Shades of Turtle Green #353D23

Tints of Turtle Green #353D23

Color information

#353D23 (or 0x353D23) is unknown color: approx Turtle Green. HEX triplet: 35, 3D and 23. RGB value is (53,61,35). Sum of RGB (Red+Green+Blue) = 53+61+35=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #353D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D23 is #CAC2DC. Grayscale: #373737. Windows color (decimal): -13288157 or 2309429. OLE color: 2309429.

HSL color Cylindrical-coordinate representation of color #353D23: hue angle of 78.46º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #353D23 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB536135-
CMYK0.1300.430.76
HSL78.46º27.08%18.82%-
HSV(B)78.46º42.62%23.92%-
XYZ3.444.222.22-
YUV55.64116.35126.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=35.57%
G=40.94%
B=23.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5361350.1300.430.7678.4627.0818.82
Hex353D23D02B4C4e1b13
Octal657543150531141163323
Binary11010111110110001111010101011100110010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353D23; }

 p { color: rgb(53,61,35); }

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

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

 a { background-color: rgb(53,61,35); }

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

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

 span { border-color: rgb(53,61,35); }

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