Html Css Color HEX #468464 Como

📋 copy color: '#468464'

red 70 ◦ green 132 ◦ blue 100

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

Shades of Como #468464

Tints of Como #468464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 23.18%
G = 43.71%
B = 33.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#468464 (or 0x468464) is known color: Como. HEX triplet: 46, 84 and 64. RGB value is (70,132,100). Sum of RGB (Red+Green+Blue) = 70+132+100=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #468464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468464 is #B97B9B. Grayscale: #6D6D6D. Windows color (decimal): -12155804 or 6587462. OLE color: 6587462.

HSL color Cylindrical-coordinate representation of color #468464: hue angle of 149.03º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468464 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 100 -
CMYK 0.47 0 0.24 0.48
HSL 149.03º 0.31% 0.4% -
HSV(B) 149.03º 0.47% 0.52% -
XYZ 13.08 18.72 14.98 -
YUV 109.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 70 132 100 0.47 0 0.24 0.48 149.03 0.31 0.4
Hex 46 84 64 2F 0 18 30 95 1F 28
Octal 106 204 144 57 0 30 60 225 37 50
Binary 1000110 10000100 1100100 101111 0 11000 110000 10010101 11111 101000

Color Harmonies of #468464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468464

Black with #468464

Text Example


Text Example

White with #468464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468464; }

 p { color: rgb(70,132,100); }

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

background-color css

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

 a { background-color: rgb(70,132,100); }

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

border-color css

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

 span { border-color: rgb(70,132,100); }

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