Html Css Color HEX #5C715B Finlandia

📋 copy color: '#5C715B'

red 92 ◦ green 113 ◦ blue 91

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

Shades of Finlandia #5C715B

Tints of Finlandia #5C715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 31.08%
G = 38.18%
B = 30.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#5C715B (or 0x5C715B) is known color: Finlandia. HEX triplet: 5C, 71 and 5B. RGB value is (92,113,91). Sum of RGB (Red+Green+Blue) = 92+113+91=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #5C715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C715B is #A38EA4. Grayscale: #686868. Windows color (decimal): -10718885 or 5992796. OLE color: 5992796.

HSL color Cylindrical-coordinate representation of color #5C715B: hue angle of 117.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C715B is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 91 -
CMYK 0.19 0 0.19 0.56
HSL 117.27º 0.11% 0.4% -
HSV(B) 117.27º 0.19% 0.44% -
XYZ 12.21 14.84 12.12 -
YUV 104.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 92 113 91 0.19 0 0.19 0.56 117.27 0.11 0.4
Hex 5C 71 5B 13 0 13 38 75 B 28
Octal 134 161 133 23 0 23 70 165 13 50
Binary 1011100 1110001 1011011 10011 0 10011 111000 1110101 1011 101000

Color Harmonies of #5C715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C715B

Black with #5C715B

Text Example


Text Example

White with #5C715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,91); }

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

background-color css

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

 a { background-color: rgb(92,113,91); }

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

border-color css

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

 span { border-color: rgb(92,113,91); }

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