Html Css Color HEX #5A635F Viridian Green

📋 copy color: '#5A635F'

red 90 ◦ green 99 ◦ blue 95

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

Shades of Viridian Green #5A635F

Tints of Viridian Green #5A635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 31.69%
G = 34.86%
B = 33.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#5A635F (or 0x5A635F) is known color: Viridian Green. HEX triplet: 5A, 63 and 5F. RGB value is (90,99,95). Sum of RGB (Red+Green+Blue) = 90+99+95=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5A635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A635F is #A59CA0. Grayscale: #5F5F5F. Windows color (decimal): -10853537 or 6251354. OLE color: 6251354.

HSL color Cylindrical-coordinate representation of color #5A635F: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A635F is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 95 -
CMYK 0.09 0 0.04 0.61
HSL 153.33º 0.05% 0.37% -
HSV(B) 153.33º 0.09% 0.39% -
XYZ 10.74 11.92 12.56 -
YUV 95.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 90 99 95 0.09 0 0.04 0.61 153.33 0.05 0.37
Hex 5A 63 5F 9 0 4 3D 99 5 25
Octal 132 143 137 11 0 4 75 231 5 45
Binary 1011010 1100011 1011111 1001 0 100 111101 10011001 101 100101

Color Harmonies of #5A635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A635F

Black with #5A635F

Text Example


Text Example

White with #5A635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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