Html Css Color HEX #536861 Viridian Green

📋 copy color: '#536861'

red 83 ◦ green 104 ◦ blue 97

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

Shades of Viridian Green #536861

Tints of Viridian Green #536861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 29.23%
G = 36.62%
B = 34.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#536861 (or 0x536861) is known color: Viridian Green. HEX triplet: 53, 68 and 61. RGB value is (83,104,97). Sum of RGB (Red+Green+Blue) = 83+104+97=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #536861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536861 is #AC979E. Grayscale: #606060. Windows color (decimal): -11311007 or 6383699. OLE color: 6383699.

HSL color Cylindrical-coordinate representation of color #536861: hue angle of 160º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536861 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 97 -
CMYK 0.20 0 0.07 0.59
HSL 160º 0.11% 0.37% -
HSV(B) 160º 0.2% 0.41% -
XYZ 10.68 12.6 13.18 -
YUV 96.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 83 104 97 0.20 0 0.07 0.59 160 0.11 0.37
Hex 53 68 61 14 0 7 3B A0 B 25
Octal 123 150 141 24 0 7 73 240 13 45
Binary 1010011 1101000 1100001 10100 0 111 111011 10100000 1011 100101

Color Harmonies of #536861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536861

Black with #536861

Text Example


Text Example

White with #536861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536861; }

 p { color: rgb(83,104,97); }

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

background-color css

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

 a { background-color: rgb(83,104,97); }

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

border-color css

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

 span { border-color: rgb(83,104,97); }

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