Html Css Color HEX #536961 Viridian Green

📋 copy color: '#536961'

red 83 ◦ green 105 ◦ blue 97

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

Shades of Viridian Green #536961

Tints of Viridian Green #536961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

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

R = 29.12%
G = 36.84%
B = 34.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#536961 (or 0x536961) is known color: Viridian Green. HEX triplet: 53, 69 and 61. RGB value is (83,105,97). Sum of RGB (Red+Green+Blue) = 83+105+97=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #536961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536961 is #AC969E. Grayscale: #616161. Windows color (decimal): -11310751 or 6383955. OLE color: 6383955.

HSL color Cylindrical-coordinate representation of color #536961: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536961 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 97 -
CMYK 0.21 0 0.08 0.59
HSL 158.18º 0.12% 0.37% -
HSV(B) 158.18º 0.21% 0.41% -
XYZ 10.78 12.81 13.21 -
YUV 97.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 83 105 97 0.21 0 0.08 0.59 158.18 0.12 0.37
Hex 53 69 61 15 0 8 3B 9E C 25
Octal 123 151 141 25 0 10 73 236 14 45
Binary 1010011 1101001 1100001 10101 0 1000 111011 10011110 1100 100101

Color Harmonies of #536961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536961

Black with #536961

Text Example


Text Example

White with #536961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536961; }

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

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

background-color css

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

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

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

border-color css

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

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

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