Html Css Color HEX #5D745C Finlandia

📋 copy color: '#5D745C'

red 93 ◦ green 116 ◦ blue 92

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

Shades of Finlandia #5D745C

Tints of Finlandia #5D745C

RGB

 RED value IS 93 (36.72% from 255) = 30.9%

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 30.9%
G = 38.54%
B = 30.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#5D745C (or 0x5D745C) is known color: Finlandia. HEX triplet: 5D, 74 and 5C. RGB value is (93,116,92). Sum of RGB (Red+Green+Blue) = 93+116+92=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #5D745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D745C is #A28BA3. Grayscale: #6A6A6A. Windows color (decimal): -10652580 or 6059101. OLE color: 6059101.

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

Color convert

RGB 93 116 92 -
CMYK 0.20 0 0.21 0.55
HSL 117.5º 0.12% 0.41% -
HSV(B) 117.5º 0.21% 0.45% -
XYZ 12.69 15.59 12.47 -
YUV 106.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 93 116 92 0.20 0 0.21 0.55 117.5 0.12 0.41
Hex 5D 74 5C 14 0 15 37 76 C 29
Octal 135 164 134 24 0 25 67 166 14 51
Binary 1011101 1110100 1011100 10100 0 10101 110111 1110110 1100 101001

Color Harmonies of #5D745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D745C

Black with #5D745C

Text Example


Text Example

White with #5D745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,116,92); }

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

background-color css

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

 a { background-color: rgb(93,116,92); }

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

border-color css

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

 span { border-color: rgb(93,116,92); }

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