Html Css Color HEX #53665C Viridian Green

📋 copy color: '#53665C'

red 83 ◦ green 102 ◦ blue 92

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

Shades of Viridian Green #53665C

Tints of Viridian Green #53665C

RGB

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

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

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

R = 29.96%
G = 36.82%
B = 33.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#53665C (or 0x53665C) is known color: Viridian Green. HEX triplet: 53, 66 and 5C. RGB value is (83,102,92). Sum of RGB (Red+Green+Blue) = 83+102+92=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #53665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665C is #AC99A3. Grayscale: #5F5F5F. Windows color (decimal): -11311524 or 6055507. OLE color: 6055507.

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

Color convert

RGB 83 102 92 -
CMYK 0.19 0 0.10 0.6
HSL 148.42º 0.1% 0.36% -
HSV(B) 148.42º 0.19% 0.4% -
XYZ 10.25 12.11 11.92 -
YUV 95.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 83 102 92 0.19 0 0.10 0.6 148.42 0.1 0.36
Hex 53 66 5C 13 0 A 3C 94 A 24
Octal 123 146 134 23 0 12 74 224 12 44
Binary 1010011 1100110 1011100 10011 0 1010 111100 10010100 1010 100100

Color Harmonies of #53665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53665C

Black with #53665C

Text Example


Text Example

White with #53665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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