Html Css Color HEX #36906F Viridian

📋 copy color: '#36906F'

red 54 ◦ green 144 ◦ blue 111

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

Shades of Viridian #36906F

Tints of Viridian #36906F

RGB

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

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

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

R = 17.48%
G = 46.6%
B = 35.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#36906F (or 0x36906F) is known color: Viridian. HEX triplet: 36, 90 and 6F. RGB value is (54,144,111). Sum of RGB (Red+Green+Blue) = 54+144+111=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #36906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906F is #C96F90. Grayscale: #717171. Windows color (decimal): -13201297 or 7311414. OLE color: 7311414.

HSL color Cylindrical-coordinate representation of color #36906F: hue angle of 158º 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 #36906F is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 111 -
CMYK 0.63 0 0.23 0.44
HSL 158º 0.45% 0.39% -
HSV(B) 158º 0.63% 0.56% -
XYZ 14.36 21.88 18.5 -
YUV 113.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 54 144 111 0.63 0 0.23 0.44 158 0.45 0.39
Hex 36 90 6F 3F 0 17 2C 9E 2D 27
Octal 66 220 157 77 0 27 54 236 55 47
Binary 110110 10010000 1101111 111111 0 10111 101100 10011110 101101 100111

Color Harmonies of #36906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36906F

Black with #36906F

Text Example


Text Example

White with #36906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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