#35403D

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

Shades of Gable Green #35403D

Tints of Gable Green #35403D

Color information

#35403D (or 0x35403D) is unknown color: approx Gable Green. HEX triplet: 35, 40 and 3D. RGB value is (53,64,61). Sum of RGB (Red+Green+Blue) = 53+64+61=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #35403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35403D is #CABFC2. Grayscale: #3C3C3C. Windows color (decimal): -13287363 or 4014133. OLE color: 4014133.

HSL color Cylindrical-coordinate representation of color #35403D: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35403D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB536461-
CMYK0.1700.050.75
HSL163.64º9.4%22.94%-
HSV(B)163.64º17.19%25.1%-
XYZ4.144.765.12-
YUV60.37128.36122.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=29.78%
G=35.96%
B=34.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364610.1700.050.75163.649.422.94
Hex35403D11054Ba4917
Octal651007521051132441127
Binary1101011000000111101100010101100101110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35403D; }

 p { color: rgb(53,64,61); }

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

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

 a { background-color: rgb(53,64,61); }

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

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

 span { border-color: rgb(53,64,61); }

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