#353C1F

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

Shades of Turtle Green #353C1F

Tints of Turtle Green #353C1F

Color information

#353C1F (or 0x353C1F) is unknown color: approx Turtle Green. HEX triplet: 35, 3C and 1F. RGB value is (53,60,31). Sum of RGB (Red+Green+Blue) = 53+60+31=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #353C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C1F is #CAC3E0. Grayscale: #363636. Windows color (decimal): -13288417 or 2047029. OLE color: 2047029.

HSL color Cylindrical-coordinate representation of color #353C1F: hue angle of 74.48º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353C1F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB536031-
CMYK0.1200.480.76
HSL74.48º31.87%17.84%-
HSV(B)74.48º48.33%23.53%-
XYZ3.334.091.91-
YUV54.6114.68126.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=36.81%
G=41.67%
B=21.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5360310.1200.480.7674.4831.8717.84
Hex353C1FC0304C4a2012
Octal657437140601141124022
Binary11010111110011111110001100001001100100101010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,31); }

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

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

 a { background-color: rgb(53,60,31); }

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

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

 span { border-color: rgb(53,60,31); }

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