Html Css Color HEX #5A655F Viridian Green

📋 copy color: '#5A655F'

red 90 ◦ green 101 ◦ blue 95

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

Shades of Viridian Green #5A655F

Tints of Viridian Green #5A655F

RGB

 RED value IS 90 (35.55% from 255) = 31.47%

 GREEN value IS 101 (39.84% from 255) = 35.31%

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 31.47%
G = 35.31%
B = 33.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#5A655F (or 0x5A655F) is known color: Viridian Green. HEX triplet: 5A, 65 and 5F. RGB value is (90,101,95). Sum of RGB (Red+Green+Blue) = 90+101+95=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 101 - color contains mainly: green. Hex color #5A655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A655F is #A59AA0. Grayscale: #616161. Windows color (decimal): -10853025 or 6251866. OLE color: 6251866.

HSL color Cylindrical-coordinate representation of color #5A655F: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A655F is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 95 -
CMYK 0.11 0 0.06 0.60
HSL 147.27º 0.06% 0.37% -
HSV(B) 147.27º 0.11% 0.4% -
XYZ 10.94 12.31 12.63 -
YUV 97.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 90 101 95 0.11 0 0.06 0.60 147.27 0.06 0.37
Hex 5A 65 5F B 0 6 3C 93 6 25
Octal 132 145 137 13 0 6 74 223 6 45
Binary 1011010 1100101 1011111 1011 0 110 111100 10010011 110 100101

Color Harmonies of #5A655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A655F

Black with #5A655F

Text Example


Text Example

White with #5A655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,95); }

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

background-color css

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

 a { background-color: rgb(90,101,95); }

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

border-color css

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

 span { border-color: rgb(90,101,95); }

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