Html Css Color HEX #36846F Viridian

📋 copy color: '#36846F'

red 54 ◦ green 132 ◦ blue 111

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

Shades of Viridian #36846F

Tints of Viridian #36846F

RGB

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

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

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

R = 18.18%
G = 44.44%
B = 37.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#36846F (or 0x36846F) is known color: Viridian. HEX triplet: 36, 84 and 6F. RGB value is (54,132,111). Sum of RGB (Red+Green+Blue) = 54+132+111=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #36846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36846F is #C97B90. Grayscale: #6A6A6A. Windows color (decimal): -13204369 or 7308342. OLE color: 7308342.

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

Color convert

RGB 54 132 111 -
CMYK 0.59 0 0.16 0.48
HSL 163.85º 0.42% 0.36% -
HSV(B) 163.85º 0.59% 0.52% -
XYZ 12.64 18.43 17.93 -
YUV 106.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 54 132 111 0.59 0 0.16 0.48 163.85 0.42 0.36
Hex 36 84 6F 3B 0 10 30 A4 2A 24
Octal 66 204 157 73 0 20 60 244 52 44
Binary 110110 10000100 1101111 111011 0 10000 110000 10100100 101010 100100

Color Harmonies of #36846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36846F

Black with #36846F

Text Example


Text Example

White with #36846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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