Html Css Color HEX #468962 Como

📋 copy color: '#468962'

red 70 ◦ green 137 ◦ blue 98

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

Shades of Como #468962

Tints of Como #468962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 22.95%
G = 44.92%
B = 32.13%

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

#468962 (or 0x468962) is known color: Como. HEX triplet: 46, 89 and 62. RGB value is (70,137,98). Sum of RGB (Red+Green+Blue) = 70+137+98=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #468962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468962 is #B9769D. Grayscale: #707070. Windows color (decimal): -12154526 or 6457670. OLE color: 6457670.

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

Color convert

RGB 70 137 98 -
CMYK 0.49 0 0.28 0.46
HSL 145.07º 0.32% 0.41% -
HSV(B) 145.07º 0.49% 0.54% -
XYZ 13.68 20.08 14.71 -
YUV 112.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 70 137 98 0.49 0 0.28 0.46 145.07 0.32 0.41
Hex 46 89 62 31 0 1C 2E 91 20 29
Octal 106 211 142 61 0 34 56 221 40 51
Binary 1000110 10001001 1100010 110001 0 11100 101110 10010001 100000 101001

Color Harmonies of #468962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468962

Black with #468962

Text Example


Text Example

White with #468962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468962; }

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

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

background-color css

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

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

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

border-color css

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

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

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