Html Css Color HEX #5C7362 Como

📋 copy color: '#5C7362'

red 92 ◦ green 115 ◦ blue 98

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

Shades of Como #5C7362

Tints of Como #5C7362

RGB

 RED value IS 92 (36.33% from 255) = 30.16%

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 30.16%
G = 37.7%
B = 32.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#5C7362 (or 0x5C7362) is known color: Como. HEX triplet: 5C, 73 and 62. RGB value is (92,115,98). Sum of RGB (Red+Green+Blue) = 92+115+98=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7362 is #A38C9D. Grayscale: #6A6A6A. Windows color (decimal): -10718366 or 6452060. OLE color: 6452060.

HSL color Cylindrical-coordinate representation of color #5C7362: hue angle of 135.65º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C7362 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 98 -
CMYK 0.20 0 0.15 0.55
HSL 135.65º 0.11% 0.41% -
HSV(B) 135.65º 0.2% 0.45% -
XYZ 12.75 15.42 13.86 -
YUV 106.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 92 115 98 0.20 0 0.15 0.55 135.65 0.11 0.41
Hex 5C 73 62 14 0 F 37 88 B 29
Octal 134 163 142 24 0 17 67 210 13 51
Binary 1011100 1110011 1100010 10100 0 1111 110111 10001000 1011 101001

Color Harmonies of #5C7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7362

Black with #5C7362

Text Example


Text Example

White with #5C7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7362; }

 p { color: rgb(92,115,98); }

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

background-color css

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

 a { background-color: rgb(92,115,98); }

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

border-color css

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

 span { border-color: rgb(92,115,98); }

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