#353A03

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

Shades of Turtle Green #353A03

Tints of Turtle Green #353A03

Color information

#353A03 (or 0x353A03) is unknown color: approx Turtle Green. HEX triplet: 35, 3A and 03. RGB value is (53,58,3). Sum of RGB (Red+Green+Blue) = 53+58+3=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #353A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353A03 is #CAC5FC. Grayscale: #323232. Windows color (decimal): -13288957 or 211509. OLE color: 211509.

HSL color Cylindrical-coordinate representation of color #353A03: hue angle of 65.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #353A03 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB53583-
CMYK0.0900.950.77
HSL65.45º90.16%11.96%-
HSV(B)65.45º94.83%22.75%-
XYZ33.790.66-
YUV50.24101.34129.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=46.49%
G=50.88%
B=2.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal535830.0900.950.7765.4590.1611.96
Hex353A3905F4D415ac
Octal6572311013711510113214
Binary110101111010111001010111111001101100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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