Html Css Color HEX #55655E Viridian Green

📋 copy color: '#55655E'

red 85 ◦ green 101 ◦ blue 94

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

Shades of Viridian Green #55655E

Tints of Viridian Green #55655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 30.36%
G = 36.07%
B = 33.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#55655E (or 0x55655E) is known color: Viridian Green. HEX triplet: 55, 65 and 5E. RGB value is (85,101,94). Sum of RGB (Red+Green+Blue) = 85+101+94=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #55655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55655E is #AA9AA1. Grayscale: #5F5F5F. Windows color (decimal): -11180706 or 6186325. OLE color: 6186325.

HSL color Cylindrical-coordinate representation of color #55655E: hue angle of 153.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55655E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 94 -
CMYK 0.16 0 0.07 0.60
HSL 153.75º 0.09% 0.36% -
HSV(B) 153.75º 0.16% 0.4% -
XYZ 10.42 12.05 12.37 -
YUV 95.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 85 101 94 0.16 0 0.07 0.60 153.75 0.09 0.36
Hex 55 65 5E 10 0 7 3C 9A 9 24
Octal 125 145 136 20 0 7 74 232 11 44
Binary 1010101 1100101 1011110 10000 0 111 111100 10011010 1001 100100

Color Harmonies of #55655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55655E

Black with #55655E

Text Example


Text Example

White with #55655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55655E; }

 p { color: rgb(85,101,94); }

 H1.HeaderClassName
 {
   color: #55655E;
 }
 .AnyTagClassName
 {
   color: #55655E;
 }
</style>

background-color css

<style>
 a { background-color: #55655E; }

 a { background-color: rgb(85,101,94); }

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

border-color css

<style>
 span { border-color: #55655E; }

 span { border-color: rgb(85,101,94); }

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