Html Css Color HEX #53625E Viridian Green

📋 copy color: '#53625E'

red 83 ◦ green 98 ◦ blue 94

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

Shades of Viridian Green #53625E

Tints of Viridian Green #53625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 30.18%
G = 35.64%
B = 34.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#53625E (or 0x53625E) is known color: Viridian Green. HEX triplet: 53, 62 and 5E. RGB value is (83,98,94). Sum of RGB (Red+Green+Blue) = 83+98+94=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #53625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625E is #AC9DA1. Grayscale: #5D5D5D. Windows color (decimal): -11312546 or 6185555. OLE color: 6185555.

HSL color Cylindrical-coordinate representation of color #53625E: hue angle of 164º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53625E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 94 -
CMYK 0.15 0 0.04 0.62
HSL 164º 0.08% 0.35% -
HSV(B) 164º 0.15% 0.38% -
XYZ 9.96 11.38 12.26 -
YUV 93.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 83 98 94 0.15 0 0.04 0.62 164 0.08 0.35
Hex 53 62 5E F 0 4 3E A4 8 23
Octal 123 142 136 17 0 4 76 244 10 43
Binary 1010011 1100010 1011110 1111 0 100 111110 10100100 1000 100011

Color Harmonies of #53625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53625E

Black with #53625E

Text Example


Text Example

White with #53625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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