#353804

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

Shades of Turtle Green #353804

Tints of Turtle Green #353804

Color information

#353804 (or 0x353804) is unknown color: approx Turtle Green. HEX triplet: 35, 38 and 04. RGB value is (53,56,4). Sum of RGB (Red+Green+Blue) = 53+56+4=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #353804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353804 is #CAC7FB. Grayscale: #313131. Windows color (decimal): -13289468 or 276533. OLE color: 276533.

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

Color convert

RGB53564-
CMYK0.0500.930.78
HSL63.46º86.67%11.76%-
HSV(B)63.46º92.86%21.96%-
XYZ2.93.590.66-
YUV49.18102.51130.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=46.90%
G=49.56%
B=3.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal535640.0500.930.7863.4686.6711.76
Hex35384505D4E3f57c
Octal65704501351167712714
Binary11010111100010010101011101100111011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353804; }

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

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

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

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

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

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

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

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