Html Css Color HEX #46835A Como

📋 copy color: '#46835A'

red 70 ◦ green 131 ◦ blue 90

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

Shades of Como #46835A

Tints of Como #46835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 24.05%
G = 45.02%
B = 30.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#46835A (or 0x46835A) is known color: Como. HEX triplet: 46, 83 and 5A. RGB value is (70,131,90). Sum of RGB (Red+Green+Blue) = 70+131+90=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #46835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46835A is #B97CA5. Grayscale: #6C6C6C. Windows color (decimal): -12156070 or 5931846. OLE color: 5931846.

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

Color convert

RGB 70 131 90 -
CMYK 0.47 0 0.31 0.49
HSL 139.67º 0.3% 0.39% -
HSV(B) 139.67º 0.47% 0.51% -
XYZ 12.49 18.27 12.54 -
YUV 108.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 70 131 90 0.47 0 0.31 0.49 139.67 0.3 0.39
Hex 46 83 5A 2F 0 1F 31 8C 1E 27
Octal 106 203 132 57 0 37 61 214 36 47
Binary 1000110 10000011 1011010 101111 0 11111 110001 10001100 11110 100111

Color Harmonies of #46835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46835A

Black with #46835A

Text Example


Text Example

White with #46835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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