Html Css Color HEX #468461 Como

📋 copy color: '#468461'

red 70 ◦ green 132 ◦ blue 97

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

Shades of Como #468461

Tints of Como #468461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 23.41%
G = 44.15%
B = 32.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#468461 (or 0x468461) is known color: Como. HEX triplet: 46, 84 and 61. RGB value is (70,132,97). Sum of RGB (Red+Green+Blue) = 70+132+97=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #468461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468461 is #B97B9E. Grayscale: #6D6D6D. Windows color (decimal): -12155807 or 6390854. OLE color: 6390854.

HSL color Cylindrical-coordinate representation of color #468461: hue angle of 146.13º 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 #468461 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 97 -
CMYK 0.47 0 0.27 0.48
HSL 146.13º 0.31% 0.4% -
HSV(B) 146.13º 0.47% 0.52% -
XYZ 12.93 18.67 14.23 -
YUV 109.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 70 132 97 0.47 0 0.27 0.48 146.13 0.31 0.4
Hex 46 84 61 2F 0 1B 30 92 1F 28
Octal 106 204 141 57 0 33 60 222 37 50
Binary 1000110 10000100 1100001 101111 0 11011 110000 10010010 11111 101000

Color Harmonies of #468461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468461

Black with #468461

Text Example


Text Example

White with #468461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468461; }

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

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

background-color css

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

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

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

border-color css

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

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

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