Html Css Color HEX #5C775C Finlandia

📋 copy color: '#5C775C'

red 92 ◦ green 119 ◦ blue 92

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

Shades of Finlandia #5C775C

Tints of Finlandia #5C775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 30.36%
G = 39.27%
B = 30.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#5C775C (or 0x5C775C) is known color: Finlandia. HEX triplet: 5C, 77 and 5C. RGB value is (92,119,92). Sum of RGB (Red+Green+Blue) = 92+119+92=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #5C775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C775C is #A388A3. Grayscale: #6B6B6B. Windows color (decimal): -10717348 or 6059868. OLE color: 6059868.

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

Color convert

RGB 92 119 92 -
CMYK 0.23 0 0.23 0.53
HSL 120º 0.13% 0.41% -
HSV(B) 120º 0.23% 0.47% -
XYZ 12.94 16.24 12.58 -
YUV 107.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 92 119 92 0.23 0 0.23 0.53 120 0.13 0.41
Hex 5C 77 5C 17 0 17 35 78 D 29
Octal 134 167 134 27 0 27 65 170 15 51
Binary 1011100 1110111 1011100 10111 0 10111 110101 1111000 1101 101001

Color Harmonies of #5C775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C775C

Black with #5C775C

Text Example


Text Example

White with #5C775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,119,92); }

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

background-color css

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

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

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

border-color css

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

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

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