Html Css Color HEX #55665E Viridian Green

📋 copy color: '#55665E'

red 85 ◦ green 102 ◦ blue 94

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

Shades of Viridian Green #55665E

Tints of Viridian Green #55665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 30.25%
G = 36.3%
B = 33.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#55665E (or 0x55665E) is known color: Viridian Green. HEX triplet: 55, 66 and 5E. RGB value is (85,102,94). Sum of RGB (Red+Green+Blue) = 85+102+94=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #55665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55665E is #AA99A1. Grayscale: #606060. Windows color (decimal): -11180450 or 6186581. OLE color: 6186581.

HSL color Cylindrical-coordinate representation of color #55665E: hue angle of 151.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #55665E is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 94 -
CMYK 0.17 0 0.08 0.6
HSL 151.76º 0.09% 0.37% -
HSV(B) 151.76º 0.17% 0.4% -
XYZ 10.52 12.24 12.4 -
YUV 96.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 85 102 94 0.17 0 0.08 0.6 151.76 0.09 0.37
Hex 55 66 5E 11 0 8 3C 98 9 25
Octal 125 146 136 21 0 10 74 230 11 45
Binary 1010101 1100110 1011110 10001 0 1000 111100 10011000 1001 100101

Color Harmonies of #55665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55665E

Black with #55665E

Text Example


Text Example

White with #55665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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