Html Css Color HEX #55635C Viridian Green

📋 copy color: '#55635C'

red 85 ◦ green 99 ◦ blue 92

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

Shades of Viridian Green #55635C

Tints of Viridian Green #55635C

RGB

 RED value IS 85 (33.59% from 255) = 30.8%

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

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

R = 30.8%
G = 35.87%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#55635C (or 0x55635C) is known color: Viridian Green. HEX triplet: 55, 63 and 5C. RGB value is (85,99,92). Sum of RGB (Red+Green+Blue) = 85+99+92=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #55635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55635C is #AA9CA3. Grayscale: #5E5E5E. Windows color (decimal): -11181220 or 6054741. OLE color: 6054741.

HSL color Cylindrical-coordinate representation of color #55635C: hue angle of 150º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55635C is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 92 -
CMYK 0.14 0 0.07 0.61
HSL 150º 0.08% 0.36% -
HSV(B) 150º 0.14% 0.39% -
XYZ 10.14 11.63 11.84 -
YUV 94.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 85 99 92 0.14 0 0.07 0.61 150 0.08 0.36
Hex 55 63 5C E 0 7 3D 96 8 24
Octal 125 143 134 16 0 7 75 226 10 44
Binary 1010101 1100011 1011100 1110 0 111 111101 10010110 1000 100100

Color Harmonies of #55635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55635C

Black with #55635C

Text Example


Text Example

White with #55635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55635C; }

 p { color: rgb(85,99,92); }

 H1.HeaderClassName
 {
   color: #55635C;
 }
 .AnyTagClassName
 {
   color: #55635C;
 }
</style>

background-color css

<style>
 a { background-color: #55635C; }

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

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

border-color css

<style>
 span { border-color: #55635C; }

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

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