#353A04

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

Shades of Turtle Green #353A04

Tints of Turtle Green #353A04

Color information

#353A04 (or 0x353A04) is unknown color: approx Turtle Green. HEX triplet: 35, 3A and 04. RGB value is (53,58,4). Sum of RGB (Red+Green+Blue) = 53+58+4=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #353A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353A04 is #CAC5FB. Grayscale: #323232. Windows color (decimal): -13288956 or 277045. OLE color: 277045.

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

Color convert

RGB53584-
CMYK0.0900.930.77
HSL65.56º87.1%12.16%-
HSV(B)65.56º93.1%22.75%-
XYZ33.790.69-
YUV50.35101.84129.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=46.09%
G=50.43%
B=3.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal535840.0900.930.7765.5687.112.16
Hex353A4905D4D4257c
Octal6572411013511510212714
Binary1101011110101001001010111011001101100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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