#353704

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

Shades of Turtle Green #353704

Tints of Turtle Green #353704

Color information

#353704 (or 0x353704) is unknown color: approx Turtle Green. HEX triplet: 35, 37 and 04. RGB value is (53,55,4). Sum of RGB (Red+Green+Blue) = 53+55+4=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #353704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353704 is #CAC8FB. Grayscale: #303030. Windows color (decimal): -13289724 or 276277. OLE color: 276277.

HSL color Cylindrical-coordinate representation of color #353704: hue angle of 62.35º degrees, saturation: 0.86, 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 #353704 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB53554-
CMYK0.0400.930.78
HSL62.35º86.44%11.57%-
HSV(B)62.35º92.73%21.57%-
XYZ2.863.50.64-
YUV48.59102.84131.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=47.32%
G=49.11%
B=3.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal535540.0400.930.7862.3586.4411.57
Hex35374405D4E3e56c
Octal65674401351167612614
Binary11010111011110010001011101100111011111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353704; }

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

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

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

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

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

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

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

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