Html Css Color HEX #468363 Como

📋 copy color: '#468363'

red 70 ◦ green 131 ◦ blue 99

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

Shades of Como #468363

Tints of Como #468363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 23.33%
G = 43.67%
B = 33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#468363 (or 0x468363) is known color: Como. HEX triplet: 46, 83 and 63. RGB value is (70,131,99). Sum of RGB (Red+Green+Blue) = 70+131+99=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #468363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468363 is #B97C9C. Grayscale: #6D6D6D. Windows color (decimal): -12156061 or 6521670. OLE color: 6521670.

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

Color convert

RGB 70 131 99 -
CMYK 0.47 0 0.24 0.49
HSL 148.52º 0.3% 0.39% -
HSV(B) 148.52º 0.47% 0.51% -
XYZ 12.89 18.44 14.68 -
YUV 109.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 70 131 99 0.47 0 0.24 0.49 148.52 0.3 0.39
Hex 46 83 63 2F 0 18 31 95 1E 27
Octal 106 203 143 57 0 30 61 225 36 47
Binary 1000110 10000011 1100011 101111 0 11000 110001 10010101 11110 100111

Color Harmonies of #468363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468363

Black with #468363

Text Example


Text Example

White with #468363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468363; }

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

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

background-color css

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

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

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

border-color css

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

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

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