Html Css Color HEX #468361 Como

📋 copy color: '#468361'

red 70 ◦ green 131 ◦ blue 97

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

Shades of Como #468361

Tints of Como #468361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 23.49%
G = 43.96%
B = 32.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#468361 (or 0x468361) is known color: Como. HEX triplet: 46, 83 and 61. RGB value is (70,131,97). Sum of RGB (Red+Green+Blue) = 70+131+97=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #468361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468361 is #B97C9E. Grayscale: #6C6C6C. Windows color (decimal): -12156063 or 6390598. OLE color: 6390598.

HSL color Cylindrical-coordinate representation of color #468361: hue angle of 146.56º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468361 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 97 -
CMYK 0.47 0 0.26 0.49
HSL 146.56º 0.3% 0.39% -
HSV(B) 146.56º 0.47% 0.51% -
XYZ 12.8 18.4 14.19 -
YUV 108.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 70 131 97 0.47 0 0.26 0.49 146.56 0.3 0.39
Hex 46 83 61 2F 0 1A 31 93 1E 27
Octal 106 203 141 57 0 32 61 223 36 47
Binary 1000110 10000011 1100001 101111 0 11010 110001 10010011 11110 100111

Color Harmonies of #468361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468361

Black with #468361

Text Example


Text Example

White with #468361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468361; }

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

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

background-color css

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

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

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

border-color css

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

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

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