Html Css Color HEX #468057 Como

📋 copy color: '#468057'

red 70 ◦ green 128 ◦ blue 87

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

Shades of Como #468057

Tints of Como #468057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 24.56%
G = 44.91%
B = 30.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#468057 (or 0x468057) is known color: Como. HEX triplet: 46, 80 and 57. RGB value is (70,128,87). Sum of RGB (Red+Green+Blue) = 70+128+87=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #468057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468057 is #B97FA8. Grayscale: #6A6A6A. Windows color (decimal): -12156841 or 5734470. OLE color: 5734470.

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

Color convert

RGB 70 128 87 -
CMYK 0.45 0 0.32 0.50
HSL 137.59º 0.29% 0.39% -
HSV(B) 137.59º 0.45% 0.5% -
XYZ 11.97 17.43 11.75 -
YUV 105.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 70 128 87 0.45 0 0.32 0.50 137.59 0.29 0.39
Hex 46 80 57 2D 0 20 32 8A 1D 27
Octal 106 200 127 55 0 40 62 212 35 47
Binary 1000110 10000000 1010111 101101 0 100000 110010 10001010 11101 100111

Color Harmonies of #468057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468057

Black with #468057

Text Example


Text Example

White with #468057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468057; }

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

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

background-color css

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

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

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

border-color css

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

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

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