#47825A

Color #47825A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #47825A

Tints of Como #47825A

Color information

#47825A (or 0x47825A) is unknown color: approx Como. HEX triplet: 47, 82 and 5A. RGB value is (71,130,90). Sum of RGB (Red+Green+Blue) = 71+130+90=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #47825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47825A is #B87DA5. Grayscale: #6B6B6B. Windows color (decimal): -12090790 or 5931591. OLE color: 5931591.

HSL color Cylindrical-coordinate representation of color #47825A: hue angle of 139.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47825A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB7113090-
CMYK0.4500.310.49
HSL139.32º29.35%39.41%-
HSV(B)139.32º45.38%50.98%-
XYZ12.4318.0412.5-
YUV107.8117.95101.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=24.40%
G=44.67%
B=30.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130900.4500.310.49139.3229.3539.41
Hex47825A2D01F318b1d27
Octal10720213255037612133547
Binary10001111000001010110101011010111111100011000101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47825A; }

 p { color: rgb(71,130,90); }

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

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

 a { background-color: rgb(71,130,90); }

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

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

 span { border-color: rgb(71,130,90); }

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