Html Css Color HEX #5C7C56 Finlandia

📋 copy color: '#5C7C56'

red 92 ◦ green 124 ◦ blue 86

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

Shades of Finlandia #5C7C56

Tints of Finlandia #5C7C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 30.46%
G = 41.06%
B = 28.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#5C7C56 (or 0x5C7C56) is known color: Finlandia. HEX triplet: 5C, 7C and 56. RGB value is (92,124,86). Sum of RGB (Red+Green+Blue) = 92+124+86=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C56 is #A383A9. Grayscale: #6E6E6E. Windows color (decimal): -10716074 or 5667932. OLE color: 5667932.

HSL color Cylindrical-coordinate representation of color #5C7C56: hue angle of 110.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7C56 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 124 86 -
CMYK 0.26 0 0.31 0.51
HSL 110.53º 0.18% 0.41% -
HSV(B) 110.53º 0.31% 0.49% -
XYZ 13.3 17.36 11.45 -
YUV 110.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 92 124 86 0.26 0 0.31 0.51 110.53 0.18 0.41
Hex 5C 7C 56 1A 0 1F 33 6F 12 29
Octal 134 174 126 32 0 37 63 157 22 51
Binary 1011100 1111100 1010110 11010 0 11111 110011 1101111 10010 101001

Color Harmonies of #5C7C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7C56

Black with #5C7C56

Text Example


Text Example

White with #5C7C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,124,86); }

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

background-color css

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

 a { background-color: rgb(92,124,86); }

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

border-color css

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

 span { border-color: rgb(92,124,86); }

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