#909952

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

Shades of Green Smoke #909952

Tints of Green Smoke #909952

Color information

#909952 (or 0x909952) is unknown color: approx Green Smoke. HEX triplet: 90, 99 and 52. RGB value is (144,153,82). Sum of RGB (Red+Green+Blue) = 144+153+82=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #909952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909952 is #6F66AD. Grayscale: #8E8E8E. Windows color (decimal): -7300782 or 5413264. OLE color: 5413264.

HSL color Cylindrical-coordinate representation of color #909952: hue angle of 67.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #909952 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB14415382-
CMYK0.0600.460.4
HSL67.61º30.21%46.08%-
HSV(B)67.61º46.41%60%-
XYZ24.4229.3212.36-
YUV142.2294.02129.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=37.99%
G=40.37%
B=21.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144153820.0600.460.467.6130.2146.08
Hex909952602E28441e2e
Octal2202311226056501043656
Binary100100001001100110100101100101110101000100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909952; }

 p { color: rgb(144,153,82); }

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

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

 a { background-color: rgb(144,153,82); }

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

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

 span { border-color: rgb(144,153,82); }

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