#33423E

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

Shades of Gable Green #33423E

Tints of Gable Green #33423E

Color information

#33423E (or 0x33423E) is unknown color: approx Gable Green. HEX triplet: 33, 42 and 3E. RGB value is (51,66,62). Sum of RGB (Red+Green+Blue) = 51+66+62=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #33423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33423E is #CCBDC1. Grayscale: #3D3D3D. Windows color (decimal): -13417922 or 4080179. OLE color: 4080179.

HSL color Cylindrical-coordinate representation of color #33423E: hue angle of 164º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #33423E is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB516662-
CMYK0.2300.060.74
HSL164º12.82%22.94%-
HSV(B)164º22.73%25.88%-
XYZ4.184.955.29-
YUV61.06128.53120.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=28.49%
G=36.87%
B=34.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166620.2300.060.7416412.8222.94
Hex33423E17064Aa4d17
Octal631027627061122441527
Binary1100111000010111110101110110100101010100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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