Html Css Color HEX #538461 Como

📋 copy color: '#538461'

red 83 ◦ green 132 ◦ blue 97

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

Shades of Como #538461

Tints of Como #538461

RGB

 RED value IS 83 (32.81% from 255) = 26.6%

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

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 26.6%
G = 42.31%
B = 31.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#538461 (or 0x538461) is known color: Como. HEX triplet: 53, 84 and 61. RGB value is (83,132,97). Sum of RGB (Red+Green+Blue) = 83+132+97=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #538461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538461 is #AC7B9E. Grayscale: #717171. Windows color (decimal): -11303839 or 6390867. OLE color: 6390867.

HSL color Cylindrical-coordinate representation of color #538461: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538461 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 97 -
CMYK 0.37 0 0.27 0.48
HSL 137.14º 0.23% 0.42% -
HSV(B) 137.14º 0.37% 0.52% -
XYZ 13.98 19.2 14.28 -
YUV 113.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 83 132 97 0.37 0 0.27 0.48 137.14 0.23 0.42
Hex 53 84 61 25 0 1B 30 89 17 2A
Octal 123 204 141 45 0 33 60 211 27 52
Binary 1010011 10000100 1100001 100101 0 11011 110000 10001001 10111 101010

Color Harmonies of #538461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538461

Black with #538461

Text Example


Text Example

White with #538461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538461; }

 p { color: rgb(83,132,97); }

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

background-color css

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

 a { background-color: rgb(83,132,97); }

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

border-color css

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

 span { border-color: rgb(83,132,97); }

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