#33413E

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

Shades of Gable Green #33413E

Tints of Gable Green #33413E

Color information

#33413E (or 0x33413E) is unknown color: approx Gable Green. HEX triplet: 33, 41 and 3E. RGB value is (51,65,62). Sum of RGB (Red+Green+Blue) = 51+65+62=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #33413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33413E is #CCBEC1. Grayscale: #3C3C3C. Windows color (decimal): -13418178 or 4079923. OLE color: 4079923.

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

Color convert

RGB516562-
CMYK0.2200.050.75
HSL167.14º12.07%22.75%-
HSV(B)167.14º21.54%25.49%-
XYZ4.134.835.27-
YUV60.47128.86121.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=28.65%
G=36.52%
B=34.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165620.2200.050.75167.1412.0722.75
Hex33413E16054Ba7c17
Octal631017626051132471427
Binary1100111000001111110101100101100101110100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33413E; }

 p { color: rgb(51,65,62); }

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

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

 a { background-color: rgb(51,65,62); }

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

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

 span { border-color: rgb(51,65,62); }

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