Html Css Color HEX #36906C Viridian

📋 copy color: '#36906C'

red 54 ◦ green 144 ◦ blue 108

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

Shades of Viridian #36906C

Tints of Viridian #36906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

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

R = 17.65%
G = 47.06%
B = 35.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#36906C (or 0x36906C) is known color: Viridian. HEX triplet: 36, 90 and 6C. RGB value is (54,144,108). Sum of RGB (Red+Green+Blue) = 54+144+108=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #36906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906C is #C96F93. Grayscale: #717171. Windows color (decimal): -13201300 or 7114806. OLE color: 7114806.

HSL color Cylindrical-coordinate representation of color #36906C: hue angle of 156º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36906C is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 108 -
CMYK 0.63 0 0.25 0.44
HSL 156º 0.45% 0.39% -
HSV(B) 156º 0.63% 0.56% -
XYZ 14.2 21.81 17.65 -
YUV 112.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 54 144 108 0.63 0 0.25 0.44 156 0.45 0.39
Hex 36 90 6C 3F 0 19 2C 9C 2D 27
Octal 66 220 154 77 0 31 54 234 55 47
Binary 110110 10010000 1101100 111111 0 11001 101100 10011100 101101 100111

Color Harmonies of #36906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36906C

Black with #36906C

Text Example


Text Example

White with #36906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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