Html Css Color HEX #55625C Viridian Green

📋 copy color: '#55625C'

red 85 ◦ green 98 ◦ blue 92

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

Shades of Viridian Green #55625C

Tints of Viridian Green #55625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 30.91%
G = 35.64%
B = 33.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#55625C (or 0x55625C) is known color: Viridian Green. HEX triplet: 55, 62 and 5C. RGB value is (85,98,92). Sum of RGB (Red+Green+Blue) = 85+98+92=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #55625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55625C is #AA9DA3. Grayscale: #5D5D5D. Windows color (decimal): -11181476 or 6054485. OLE color: 6054485.

HSL color Cylindrical-coordinate representation of color #55625C: hue angle of 152.31º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55625C is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 92 -
CMYK 0.13 0 0.06 0.62
HSL 152.31º 0.07% 0.36% -
HSV(B) 152.31º 0.13% 0.38% -
XYZ 10.05 11.44 11.8 -
YUV 93.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 85 98 92 0.13 0 0.06 0.62 152.31 0.07 0.36
Hex 55 62 5C D 0 6 3E 98 7 24
Octal 125 142 134 15 0 6 76 230 7 44
Binary 1010101 1100010 1011100 1101 0 110 111110 10011000 111 100100

Color Harmonies of #55625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55625C

Black with #55625C

Text Example


Text Example

White with #55625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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