#478765

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

Shades of Como #478765

Tints of Como #478765

Color information

#478765 (or 0x478765) is unknown color: approx Como. HEX triplet: 47, 87 and 65. RGB value is (71,135,101). Sum of RGB (Red+Green+Blue) = 71+135+101=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #478765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478765 is #B8789A. Grayscale: #707070. Windows color (decimal): -12089499 or 6653767. OLE color: 6653767.

HSL color Cylindrical-coordinate representation of color #478765: hue angle of 148.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478765 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB71135101-
CMYK0.4700.250.47
HSL148.12º31.07%40.39%-
HSV(B)148.12º47.41%52.94%-
XYZ13.6119.6115.38-
YUV111.99121.898.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=23.13%
G=43.97%
B=32.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351010.4700.250.47148.1231.0740.39
Hex4787652F0192F941f28
Octal10720714557031572243750
Binary10001111000011111001011011110110011011111001010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478765; }

 p { color: rgb(71,135,101); }

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

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

 a { background-color: rgb(71,135,101); }

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

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

 span { border-color: rgb(71,135,101); }

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