Html Css Color HEX #538462 Como

📋 copy color: '#538462'

red 83 ◦ green 132 ◦ blue 98

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

Shades of Como #538462

Tints of Como #538462

RGB

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

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

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

R = 26.52%
G = 42.17%
B = 31.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#538462 (or 0x538462) is known color: Como. HEX triplet: 53, 84 and 62. RGB value is (83,132,98). Sum of RGB (Red+Green+Blue) = 83+132+98=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #538462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538462 is #AC7B9D. Grayscale: #717171. Windows color (decimal): -11303838 or 6456403. OLE color: 6456403.

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

Color convert

RGB 83 132 98 -
CMYK 0.37 0 0.26 0.48
HSL 138.37º 0.23% 0.42% -
HSV(B) 138.37º 0.37% 0.52% -
XYZ 14.02 19.22 14.53 -
YUV 113.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 83 132 98 0.37 0 0.26 0.48 138.37 0.23 0.42
Hex 53 84 62 25 0 1A 30 8A 17 2A
Octal 123 204 142 45 0 32 60 212 27 52
Binary 1010011 10000100 1100010 100101 0 11010 110000 10001010 10111 101010

Color Harmonies of #538462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538462

Black with #538462

Text Example


Text Example

White with #538462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538462; }

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

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

background-color css

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

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

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

border-color css

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

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

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