Html Css Color HEX #53675E Viridian Green

📋 copy color: '#53675E'

red 83 ◦ green 103 ◦ blue 94

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

Shades of Viridian Green #53675E

Tints of Viridian Green #53675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 29.64%
G = 36.79%
B = 33.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#53675E (or 0x53675E) is known color: Viridian Green. HEX triplet: 53, 67 and 5E. RGB value is (83,103,94). Sum of RGB (Red+Green+Blue) = 83+103+94=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #53675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53675E is #AC98A1. Grayscale: #606060. Windows color (decimal): -11311266 or 6186835. OLE color: 6186835.

HSL color Cylindrical-coordinate representation of color #53675E: hue angle of 153º degrees, saturation: 0.11, 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 #53675E is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 103 94 -
CMYK 0.19 0 0.09 0.60
HSL 153º 0.11% 0.36% -
HSV(B) 153º 0.19% 0.4% -
XYZ 10.44 12.35 12.42 -
YUV 95.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 83 103 94 0.19 0 0.09 0.60 153 0.11 0.36
Hex 53 67 5E 13 0 9 3C 99 B 24
Octal 123 147 136 23 0 11 74 231 13 44
Binary 1010011 1100111 1011110 10011 0 1001 111100 10011001 1011 100100

Color Harmonies of #53675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53675E

Black with #53675E

Text Example


Text Example

White with #53675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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