Html Css Color HEX #5C785A Finlandia

📋 copy color: '#5C785A'

red 92 ◦ green 120 ◦ blue 90

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

Shades of Finlandia #5C785A

Tints of Finlandia #5C785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 30.46%
G = 39.74%
B = 29.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#5C785A (or 0x5C785A) is known color: Finlandia. HEX triplet: 5C, 78 and 5A. RGB value is (92,120,90). Sum of RGB (Red+Green+Blue) = 92+120+90=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #5C785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C785A is #A387A5. Grayscale: #6C6C6C. Windows color (decimal): -10717094 or 5929052. OLE color: 5929052.

HSL color Cylindrical-coordinate representation of color #5C785A: hue angle of 116º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C785A is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 120 90 -
CMYK 0.23 0 0.25 0.53
HSL 116º 0.14% 0.41% -
HSV(B) 116º 0.25% 0.47% -
XYZ 12.98 16.45 12.16 -
YUV 108.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 92 120 90 0.23 0 0.25 0.53 116 0.14 0.41
Hex 5C 78 5A 17 0 19 35 74 E 29
Octal 134 170 132 27 0 31 65 164 16 51
Binary 1011100 1111000 1011010 10111 0 11001 110101 1110100 1110 101001

Color Harmonies of #5C785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C785A

Black with #5C785A

Text Example


Text Example

White with #5C785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,120,90); }

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

background-color css

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

 a { background-color: rgb(92,120,90); }

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

border-color css

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

 span { border-color: rgb(92,120,90); }

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