Html Css Color HEX #468059 Como

📋 copy color: '#468059'

red 70 ◦ green 128 ◦ blue 89

#468059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #468059

Tints of Como #468059

RGB

 RED value IS 70 (27.73% from 255) = 24.39%

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 24.39%
G = 44.6%
B = 31.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#468059 (or 0x468059) is known color: Como. HEX triplet: 46, 80 and 59. RGB value is (70,128,89). Sum of RGB (Red+Green+Blue) = 70+128+89=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #468059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468059 is #B97FA6. Grayscale: #6A6A6A. Windows color (decimal): -12156839 or 5865542. OLE color: 5865542.

HSL color Cylindrical-coordinate representation of color #468059: hue angle of 139.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468059 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 89 -
CMYK 0.45 0 0.30 0.50
HSL 139.66º 0.29% 0.39% -
HSV(B) 139.66º 0.45% 0.5% -
XYZ 12.05 17.46 12.19 -
YUV 106.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 70 128 89 0.45 0 0.30 0.50 139.66 0.29 0.39
Hex 46 80 59 2D 0 1E 32 8C 1D 27
Octal 106 200 131 55 0 36 62 214 35 47
Binary 1000110 10000000 1011001 101101 0 11110 110010 10001100 11101 100111

Color Harmonies of #468059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468059

Black with #468059

Text Example


Text Example

White with #468059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468059; }

 p { color: rgb(70,128,89); }

 H1.HeaderClassName
 {
   color: #468059;
 }
 .AnyTagClassName
 {
   color: #468059;
 }
</style>

background-color css

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

 a { background-color: rgb(70,128,89); }

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

border-color css

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

 span { border-color: rgb(70,128,89); }

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