Html Css Color HEX #536860 Viridian Green

📋 copy color: '#536860'

red 83 ◦ green 104 ◦ blue 96

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

Shades of Viridian Green #536860

Tints of Viridian Green #536860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 29.33%
G = 36.75%
B = 33.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#536860 (or 0x536860) is known color: Viridian Green. HEX triplet: 53, 68 and 60. RGB value is (83,104,96). Sum of RGB (Red+Green+Blue) = 83+104+96=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #536860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536860 is #AC979F. Grayscale: #606060. Windows color (decimal): -11311008 or 6318163. OLE color: 6318163.

HSL color Cylindrical-coordinate representation of color #536860: hue angle of 157.14º 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 #536860 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 96 -
CMYK 0.20 0 0.08 0.59
HSL 157.14º 0.11% 0.37% -
HSV(B) 157.14º 0.2% 0.41% -
XYZ 10.63 12.58 12.94 -
YUV 96.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 83 104 96 0.20 0 0.08 0.59 157.14 0.11 0.37
Hex 53 68 60 14 0 8 3B 9D B 25
Octal 123 150 140 24 0 10 73 235 13 45
Binary 1010011 1101000 1100000 10100 0 1000 111011 10011101 1011 100101

Color Harmonies of #536860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536860

Black with #536860

Text Example


Text Example

White with #536860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536860; }

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

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

background-color css

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

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

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

border-color css

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

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

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