Html Css Color HEX #5C7C55 Finlandia

📋 copy color: '#5C7C55'

red 92 ◦ green 124 ◦ blue 85

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

Shades of Finlandia #5C7C55

Tints of Finlandia #5C7C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 30.56%
G = 41.2%
B = 28.24%

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

#5C7C55 (or 0x5C7C55) is known color: Finlandia. HEX triplet: 5C, 7C and 55. RGB value is (92,124,85). Sum of RGB (Red+Green+Blue) = 92+124+85=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C55 is #A383AA. Grayscale: #6E6E6E. Windows color (decimal): -10716075 or 5602396. OLE color: 5602396.

HSL color Cylindrical-coordinate representation of color #5C7C55: hue angle of 109.23º degrees, saturation: 0.19, 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 #5C7C55 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 124 85 -
CMYK 0.26 0 0.31 0.51
HSL 109.23º 0.19% 0.41% -
HSV(B) 109.23º 0.31% 0.49% -
XYZ 13.26 17.35 11.24 -
YUV 109.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 92 124 85 0.26 0 0.31 0.51 109.23 0.19 0.41
Hex 5C 7C 55 1A 0 1F 33 6D 13 29
Octal 134 174 125 32 0 37 63 155 23 51
Binary 1011100 1111100 1010101 11010 0 11111 110011 1101101 10011 101001

Color Harmonies of #5C7C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7C55

Black with #5C7C55

Text Example


Text Example

White with #5C7C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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