#1D3635

Color #1D3635 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #1D3635

Tints of Swamp #1D3635

Color information

#1D3635 (or 0x1D3635) is unknown color: approx Swamp. HEX triplet: 1D, 36 and 35. RGB value is (29,54,53). Sum of RGB (Red+Green+Blue) = 29+54+53=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3635 is #E2C9CA. Grayscale: #2E2E2E. Windows color (decimal): -14862795 or 3487261. OLE color: 3487261.

HSL color Cylindrical-coordinate representation of color #1D3635: hue angle of 177.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3635 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB295453-
CMYK0.4600.020.79
HSL177.6º30.12%16.27%-
HSV(B)177.6º46.3%21.18%-
XYZ2.473.163.85-
YUV46.41131.72115.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.32%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=21.32%
G=39.71%
B=38.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954530.4600.020.79177.630.1216.27
Hex1D36352E024Fb21e10
Octal35666556021172623620
Binary111011101101101011011100101001111101100101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D3635; }

 p { color: rgb(29,54,53); }

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

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

 a { background-color: rgb(29,54,53); }

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

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

 span { border-color: rgb(29,54,53); }

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