Html Css Color HEX #53665E Viridian Green

📋 copy color: '#53665E'

red 83 ◦ green 102 ◦ blue 94

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

Shades of Viridian Green #53665E

Tints of Viridian Green #53665E

RGB

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

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

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

R = 29.75%
G = 36.56%
B = 33.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#53665E (or 0x53665E) is known color: Viridian Green. HEX triplet: 53, 66 and 5E. RGB value is (83,102,94). Sum of RGB (Red+Green+Blue) = 83+102+94=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #53665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665E is #AC99A1. Grayscale: #5F5F5F. Windows color (decimal): -11311522 or 6186579. OLE color: 6186579.

HSL color Cylindrical-coordinate representation of color #53665E: hue angle of 154.74º 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 #53665E is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 94 -
CMYK 0.19 0 0.08 0.6
HSL 154.74º 0.1% 0.36% -
HSV(B) 154.74º 0.19% 0.4% -
XYZ 10.34 12.15 12.39 -
YUV 95.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 83 102 94 0.19 0 0.08 0.6 154.74 0.1 0.36
Hex 53 66 5E 13 0 8 3C 9B A 24
Octal 123 146 136 23 0 10 74 233 12 44
Binary 1010011 1100110 1011110 10011 0 1000 111100 10011011 1010 100100

Color Harmonies of #53665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53665E

Black with #53665E

Text Example


Text Example

White with #53665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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