Html Css Color HEX #53625A Viridian Green

📋 copy color: '#53625A'

red 83 ◦ green 98 ◦ blue 90

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

Shades of Viridian Green #53625A

Tints of Viridian Green #53625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 30.63%
G = 36.16%
B = 33.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#53625A (or 0x53625A) is known color: Viridian Green. HEX triplet: 53, 62 and 5A. RGB value is (83,98,90). Sum of RGB (Red+Green+Blue) = 83+98+90=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #53625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625A is #AC9DA5. Grayscale: #5C5C5C. Windows color (decimal): -11312550 or 5923411. OLE color: 5923411.

HSL color Cylindrical-coordinate representation of color #53625A: hue angle of 148º 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 #53625A is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 90 -
CMYK 0.15 0 0.08 0.62
HSL 148º 0.08% 0.35% -
HSV(B) 148º 0.15% 0.38% -
XYZ 9.78 11.31 11.34 -
YUV 92.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 83 98 90 0.15 0 0.08 0.62 148 0.08 0.35
Hex 53 62 5A F 0 8 3E 94 8 23
Octal 123 142 132 17 0 10 76 224 10 43
Binary 1010011 1100010 1011010 1111 0 1000 111110 10010100 1000 100011

Color Harmonies of #53625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53625A

Black with #53625A

Text Example


Text Example

White with #53625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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