#468255

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

Shades of Como #468255

Tints of Como #468255

Color information

#468255 (or 0x468255) is unknown color: approx Como. HEX triplet: 46, 82 and 55. RGB value is (70,130,85). Sum of RGB (Red+Green+Blue) = 70+130+85=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #468255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468255 is #B97DAA. Grayscale: #6B6B6B. Windows color (decimal): -12156331 or 5603910. OLE color: 5603910.

HSL color Cylindrical-coordinate representation of color #468255: hue angle of 135º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468255 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB7013085-
CMYK0.4600.350.49
HSL135º30%39.22%-
HSV(B)135º46.15%50.98%-
XYZ12.1517.9211.41-
YUV106.93115.62101.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=24.56%
G=45.61%
B=29.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130850.4600.350.491353039.22
Hex4682552E02331871e27
Octal10620212556043612073647
Binary100011010000010101010110111001000111100011000011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468255; }

 p { color: rgb(70,130,85); }

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

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

 a { background-color: rgb(70,130,85); }

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

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

 span { border-color: rgb(70,130,85); }

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