Html Css Color HEX #5B735A Finlandia

📋 copy color: '#5B735A'

red 91 ◦ green 115 ◦ blue 90

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

Shades of Finlandia #5B735A

Tints of Finlandia #5B735A

RGB

 RED value IS 91 (35.94% from 255) = 30.74%

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 30.74%
G = 38.85%
B = 30.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#5B735A (or 0x5B735A) is known color: Finlandia. HEX triplet: 5B, 73 and 5A. RGB value is (91,115,90). Sum of RGB (Red+Green+Blue) = 91+115+90=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #5B735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B735A is #A48CA5. Grayscale: #696969. Windows color (decimal): -10783910 or 5927771. OLE color: 5927771.

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

Color convert

RGB 91 115 90 -
CMYK 0.21 0 0.22 0.55
HSL 117.6º 0.12% 0.4% -
HSV(B) 117.6º 0.22% 0.45% -
XYZ 12.29 15.22 11.96 -
YUV 104.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 91 115 90 0.21 0 0.22 0.55 117.6 0.12 0.4
Hex 5B 73 5A 15 0 16 37 76 C 28
Octal 133 163 132 25 0 26 67 166 14 50
Binary 1011011 1110011 1011010 10101 0 10110 110111 1110110 1100 101000

Color Harmonies of #5B735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B735A

Black with #5B735A

Text Example


Text Example

White with #5B735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,115,90); }

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

background-color css

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

 a { background-color: rgb(91,115,90); }

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

border-color css

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

 span { border-color: rgb(91,115,90); }

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