#468258

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

Shades of Como #468258

Tints of Como #468258

Color information

#468258 (or 0x468258) is unknown color: approx Como. HEX triplet: 46, 82 and 58. RGB value is (70,130,88). Sum of RGB (Red+Green+Blue) = 70+130+88=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #468258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468258 is #B97DA7. Grayscale: #6B6B6B. Windows color (decimal): -12156328 or 5800518. OLE color: 5800518.

HSL color Cylindrical-coordinate representation of color #468258: hue angle of 138º 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 #468258 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB7013088-
CMYK0.4600.320.49
HSL138º30%39.22%-
HSV(B)138º46.15%50.98%-
XYZ12.2717.9712.05-
YUV107.27117.12101.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=24.31%
G=45.14%
B=30.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130880.4600.320.491383039.22
Hex4682582E020318a1e27
Octal10620213056040612123647
Binary100011010000010101100010111001000001100011000101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468258; }

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

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

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

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

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

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

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

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