Html Css Color HEX #36846D Viridian

📋 copy color: '#36846D'

red 54 ◦ green 132 ◦ blue 109

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

Shades of Viridian #36846D

Tints of Viridian #36846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 18.31%
G = 44.75%
B = 36.95%

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

#36846D (or 0x36846D) is known color: Viridian. HEX triplet: 36, 84 and 6D. RGB value is (54,132,109). Sum of RGB (Red+Green+Blue) = 54+132+109=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #36846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36846D is #C97B92. Grayscale: #6A6A6A. Windows color (decimal): -13204371 or 7177270. OLE color: 7177270.

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

Color convert

RGB 54 132 109 -
CMYK 0.59 0 0.17 0.48
HSL 162.31º 0.42% 0.36% -
HSV(B) 162.31º 0.59% 0.52% -
XYZ 12.53 18.39 17.36 -
YUV 106.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 54 132 109 0.59 0 0.17 0.48 162.31 0.42 0.36
Hex 36 84 6D 3B 0 11 30 A2 2A 24
Octal 66 204 155 73 0 21 60 242 52 44
Binary 110110 10000100 1101101 111011 0 10001 110000 10100010 101010 100100

Color Harmonies of #36846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36846D

Black with #36846D

Text Example


Text Example

White with #36846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36846D; }

 p { color: rgb(54,132,109); }

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

background-color css

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

 a { background-color: rgb(54,132,109); }

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

border-color css

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

 span { border-color: rgb(54,132,109); }

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