Html Css Color HEX #36846C Viridian

📋 copy color: '#36846C'

red 54 ◦ green 132 ◦ blue 108

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

Shades of Viridian #36846C

Tints of Viridian #36846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 18.37%
G = 44.9%
B = 36.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#36846C (or 0x36846C) is known color: Viridian. HEX triplet: 36, 84 and 6C. RGB value is (54,132,108). Sum of RGB (Red+Green+Blue) = 54+132+108=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #36846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36846C is #C97B93. Grayscale: #696969. Windows color (decimal): -13204372 or 7111734. OLE color: 7111734.

HSL color Cylindrical-coordinate representation of color #36846C: hue angle of 161.54º 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 #36846C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 108 -
CMYK 0.59 0 0.18 0.48
HSL 161.54º 0.42% 0.36% -
HSV(B) 161.54º 0.59% 0.52% -
XYZ 12.48 18.37 17.08 -
YUV 105.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 54 132 108 0.59 0 0.18 0.48 161.54 0.42 0.36
Hex 36 84 6C 3B 0 12 30 A2 2A 24
Octal 66 204 154 73 0 22 60 242 52 44
Binary 110110 10000100 1101100 111011 0 10010 110000 10100010 101010 100100

Color Harmonies of #36846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36846C

Black with #36846C

Text Example


Text Example

White with #36846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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