Html Css Color HEX #468156 Como

📋 copy color: '#468156'

red 70 ◦ green 129 ◦ blue 86

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

Shades of Como #468156

Tints of Como #468156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 24.56%
G = 45.26%
B = 30.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#468156 (or 0x468156) is known color: Como. HEX triplet: 46, 81 and 56. RGB value is (70,129,86). Sum of RGB (Red+Green+Blue) = 70+129+86=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #468156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468156 is #B97EA9. Grayscale: #6A6A6A. Windows color (decimal): -12156586 or 5669190. OLE color: 5669190.

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

Color convert

RGB 70 129 86 -
CMYK 0.46 0 0.33 0.49
HSL 136.27º 0.3% 0.39% -
HSV(B) 136.27º 0.46% 0.51% -
XYZ 12.06 17.67 11.58 -
YUV 106.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 70 129 86 0.46 0 0.33 0.49 136.27 0.3 0.39
Hex 46 81 56 2E 0 21 31 88 1E 27
Octal 106 201 126 56 0 41 61 210 36 47
Binary 1000110 10000001 1010110 101110 0 100001 110001 10001000 11110 100111

Color Harmonies of #468156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468156

Black with #468156

Text Example


Text Example

White with #468156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468156; }

 p { color: rgb(70,129,86); }

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

background-color css

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

 a { background-color: rgb(70,129,86); }

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

border-color css

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

 span { border-color: rgb(70,129,86); }

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