Html Css Color HEX #36846B Viridian

📋 copy color: '#36846B'

red 54 ◦ green 132 ◦ blue 107

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

Shades of Viridian #36846B

Tints of Viridian #36846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 18.43%
G = 45.05%
B = 36.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#36846B (or 0x36846B) is known color: Viridian. HEX triplet: 36, 84 and 6B. RGB value is (54,132,107). Sum of RGB (Red+Green+Blue) = 54+132+107=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #36846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36846B is #C97B94. Grayscale: #696969. Windows color (decimal): -13204373 or 7046198. OLE color: 7046198.

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

Color convert

RGB 54 132 107 -
CMYK 0.59 0 0.19 0.48
HSL 160.77º 0.42% 0.36% -
HSV(B) 160.77º 0.59% 0.52% -
XYZ 12.43 18.35 16.8 -
YUV 105.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 54 132 107 0.59 0 0.19 0.48 160.77 0.42 0.36
Hex 36 84 6B 3B 0 13 30 A1 2A 24
Octal 66 204 153 73 0 23 60 241 52 44
Binary 110110 10000100 1101011 111011 0 10011 110000 10100001 101010 100100

Color Harmonies of #36846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36846B

Black with #36846B

Text Example


Text Example

White with #36846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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