Html Css Color HEX #53655C Viridian Green

📋 copy color: '#53655C'

red 83 ◦ green 101 ◦ blue 92

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

Shades of Viridian Green #53655C

Tints of Viridian Green #53655C

RGB

 RED value IS 83 (32.81% from 255) = 30.07%

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

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

R = 30.07%
G = 36.59%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#53655C (or 0x53655C) is known color: Viridian Green. HEX triplet: 53, 65 and 5C. RGB value is (83,101,92). Sum of RGB (Red+Green+Blue) = 83+101+92=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #53655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655C is #AC9AA3. Grayscale: #5E5E5E. Windows color (decimal): -11311780 or 6055251. OLE color: 6055251.

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

Color convert

RGB 83 101 92 -
CMYK 0.18 0 0.09 0.60
HSL 150º 0.1% 0.36% -
HSV(B) 150º 0.18% 0.4% -
XYZ 10.15 11.92 11.89 -
YUV 94.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 83 101 92 0.18 0 0.09 0.60 150 0.1 0.36
Hex 53 65 5C 12 0 9 3C 96 A 24
Octal 123 145 134 22 0 11 74 226 12 44
Binary 1010011 1100101 1011100 10010 0 1001 111100 10010110 1010 100100

Color Harmonies of #53655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53655C

Black with #53655C

Text Example


Text Example

White with #53655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,101,92); }

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

background-color css

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

 a { background-color: rgb(83,101,92); }

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

border-color css

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

 span { border-color: rgb(83,101,92); }

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