Html Css Color HEX #46835D Como

📋 copy color: '#46835D'

red 70 ◦ green 131 ◦ blue 93

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

Shades of Como #46835D

Tints of Como #46835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 23.81%
G = 44.56%
B = 31.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#46835D (or 0x46835D) is known color: Como. HEX triplet: 46, 83 and 5D. RGB value is (70,131,93). Sum of RGB (Red+Green+Blue) = 70+131+93=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #46835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46835D is #B97CA2. Grayscale: #6C6C6C. Windows color (decimal): -12156067 or 6128454. OLE color: 6128454.

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

Color convert

RGB 70 131 93 -
CMYK 0.47 0 0.29 0.49
HSL 142.62º 0.3% 0.39% -
HSV(B) 142.62º 0.47% 0.51% -
XYZ 12.62 18.33 13.23 -
YUV 108.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 70 131 93 0.47 0 0.29 0.49 142.62 0.3 0.39
Hex 46 83 5D 2F 0 1D 31 8F 1E 27
Octal 106 203 135 57 0 35 61 217 36 47
Binary 1000110 10000011 1011101 101111 0 11101 110001 10001111 11110 100111

Color Harmonies of #46835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46835D

Black with #46835D

Text Example


Text Example

White with #46835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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