Html Css Color HEX #468360 Como

📋 copy color: '#468360'

red 70 ◦ green 131 ◦ blue 96

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

Shades of Como #468360

Tints of Como #468360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 23.57%
G = 44.11%
B = 32.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#468360 (or 0x468360) is known color: Como. HEX triplet: 46, 83 and 60. RGB value is (70,131,96). Sum of RGB (Red+Green+Blue) = 70+131+96=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #468360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468360 is #B97C9F. Grayscale: #6C6C6C. Windows color (decimal): -12156064 or 6325062. OLE color: 6325062.

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

Color convert

RGB 70 131 96 -
CMYK 0.47 0 0.27 0.49
HSL 145.57º 0.3% 0.39% -
HSV(B) 145.57º 0.47% 0.51% -
XYZ 12.75 18.38 13.94 -
YUV 108.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 70 131 96 0.47 0 0.27 0.49 145.57 0.3 0.39
Hex 46 83 60 2F 0 1B 31 92 1E 27
Octal 106 203 140 57 0 33 61 222 36 47
Binary 1000110 10000011 1100000 101111 0 11011 110001 10010010 11110 100111

Color Harmonies of #468360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468360

Black with #468360

Text Example


Text Example

White with #468360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468360; }

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

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

background-color css

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

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

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

border-color css

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

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

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