Html Css Color HEX #468963 Como

📋 copy color: '#468963'

red 70 ◦ green 137 ◦ blue 99

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

Shades of Como #468963

Tints of Como #468963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

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

R = 22.88%
G = 44.77%
B = 32.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#468963 (or 0x468963) is known color: Como. HEX triplet: 46, 89 and 63. RGB value is (70,137,99). Sum of RGB (Red+Green+Blue) = 70+137+99=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #468963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468963 is #B9769C. Grayscale: #707070. Windows color (decimal): -12154525 or 6523206. OLE color: 6523206.

HSL color Cylindrical-coordinate representation of color #468963: hue angle of 145.97º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468963 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 99 -
CMYK 0.49 0 0.28 0.46
HSL 145.97º 0.32% 0.41% -
HSV(B) 145.97º 0.49% 0.54% -
XYZ 13.72 20.09 14.96 -
YUV 112.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 70 137 99 0.49 0 0.28 0.46 145.97 0.32 0.41
Hex 46 89 63 31 0 1C 2E 92 20 29
Octal 106 211 143 61 0 34 56 222 40 51
Binary 1000110 10001001 1100011 110001 0 11100 101110 10010010 100000 101001

Color Harmonies of #468963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468963

Black with #468963

Text Example


Text Example

White with #468963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468963; }

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

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

background-color css

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

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

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

border-color css

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

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

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