Html Css Color HEX #36856F Viridian

📋 copy color: '#36856F'

red 54 ◦ green 133 ◦ blue 111

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

Shades of Viridian #36856F

Tints of Viridian #36856F

RGB

 RED value IS 54 (21.48% from 255) = 18.12%

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 18.12%
G = 44.63%
B = 37.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#36856F (or 0x36856F) is known color: Viridian. HEX triplet: 36, 85 and 6F. RGB value is (54,133,111). Sum of RGB (Red+Green+Blue) = 54+133+111=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #36856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36856F is #C97A90. Grayscale: #6A6A6A. Windows color (decimal): -13204113 or 7308598. OLE color: 7308598.

HSL color Cylindrical-coordinate representation of color #36856F: hue angle of 163.29º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36856F is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 111 -
CMYK 0.59 0 0.17 0.48
HSL 163.29º 0.42% 0.37% -
HSV(B) 163.29º 0.59% 0.52% -
XYZ 12.78 18.71 17.98 -
YUV 106.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 54 133 111 0.59 0 0.17 0.48 163.29 0.42 0.37
Hex 36 85 6F 3B 0 11 30 A3 2A 25
Octal 66 205 157 73 0 21 60 243 52 45
Binary 110110 10000101 1101111 111011 0 10001 110000 10100011 101010 100101

Color Harmonies of #36856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36856F

Black with #36856F

Text Example


Text Example

White with #36856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36856F; }

 p { color: rgb(54,133,111); }

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

background-color css

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

 a { background-color: rgb(54,133,111); }

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

border-color css

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

 span { border-color: rgb(54,133,111); }

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