Html Css Color HEX #468462 Como

📋 copy color: '#468462'

red 70 ◦ green 132 ◦ blue 98

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

Shades of Como #468462

Tints of Como #468462

RGB

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

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

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

R = 23.33%
G = 44%
B = 32.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#468462 (or 0x468462) is known color: Como. HEX triplet: 46, 84 and 62. RGB value is (70,132,98). Sum of RGB (Red+Green+Blue) = 70+132+98=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #468462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468462 is #B97B9D. Grayscale: #6D6D6D. Windows color (decimal): -12155806 or 6456390. OLE color: 6456390.

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

Color convert

RGB 70 132 98 -
CMYK 0.47 0 0.26 0.48
HSL 147.1º 0.31% 0.4% -
HSV(B) 147.1º 0.47% 0.52% -
XYZ 12.98 18.69 14.48 -
YUV 109.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 70 132 98 0.47 0 0.26 0.48 147.1 0.31 0.4
Hex 46 84 62 2F 0 1A 30 93 1F 28
Octal 106 204 142 57 0 32 60 223 37 50
Binary 1000110 10000100 1100010 101111 0 11010 110000 10010011 11111 101000

Color Harmonies of #468462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468462

Black with #468462

Text Example


Text Example

White with #468462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468462; }

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

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

background-color css

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

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

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

border-color css

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

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

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