#353903

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

Shades of Turtle Green #353903

Tints of Turtle Green #353903

Color information

#353903 (or 0x353903) is unknown color: approx Turtle Green. HEX triplet: 35, 39 and 03. RGB value is (53,57,3). Sum of RGB (Red+Green+Blue) = 53+57+3=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #353903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353903 is #CAC6FC. Grayscale: #313131. Windows color (decimal): -13289213 or 211253. OLE color: 211253.

HSL color Cylindrical-coordinate representation of color #353903: hue angle of 64.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #353903 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB53573-
CMYK0.0700.950.78
HSL64.44º90%11.76%-
HSV(B)64.44º94.74%22.35%-
XYZ2.953.690.64-
YUV49.65101.67130.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=46.90%
G=50.44%
B=2.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal535730.0700.950.7864.449011.76
Hex35393705F4E405ac
Octal657137013711610013214
Binary11010111100111111010111111001110100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353903; }

 p { color: rgb(53,57,3); }

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

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

 a { background-color: rgb(53,57,3); }

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

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

 span { border-color: rgb(53,57,3); }

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