#33403C

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

Shades of Gable Green #33403C

Tints of Gable Green #33403C

Color information

#33403C (or 0x33403C) is unknown color: approx Gable Green. HEX triplet: 33, 40 and 3C. RGB value is (51,64,60). Sum of RGB (Red+Green+Blue) = 51+64+60=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #33403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33403C is #CCBFC3. Grayscale: #3B3B3B. Windows color (decimal): -13418436 or 3948595. OLE color: 3948595.

HSL color Cylindrical-coordinate representation of color #33403C: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #33403C is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB516460-
CMYK0.2000.060.75
HSL161.54º11.3%22.55%-
HSV(B)161.54º20.31%25.1%-
XYZ4.014.74.97-
YUV59.66128.19121.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=29.14%
G=36.57%
B=34.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164600.2000.060.75161.5411.322.55
Hex33403C14064Ba2b17
Octal631007424061132421327
Binary1100111000000111100101000110100101110100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33403C; }

 p { color: rgb(51,64,60); }

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

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

 a { background-color: rgb(51,64,60); }

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

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

 span { border-color: rgb(51,64,60); }

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