Html Css Color HEX #36926E Viridian

📋 copy color: '#36926E'

red 54 ◦ green 146 ◦ blue 110

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

Shades of Viridian #36926E

Tints of Viridian #36926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 17.42%
G = 47.1%
B = 35.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#36926E (or 0x36926E) is known color: Viridian. HEX triplet: 36, 92 and 6E. RGB value is (54,146,110). Sum of RGB (Red+Green+Blue) = 54+146+110=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #36926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36926E is #C96D91. Grayscale: #727272. Windows color (decimal): -13200786 or 7246390. OLE color: 7246390.

HSL color Cylindrical-coordinate representation of color #36926E: hue angle of 156.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36926E is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 110 -
CMYK 0.63 0 0.25 0.43
HSL 156.52º 0.46% 0.39% -
HSV(B) 156.52º 0.63% 0.57% -
XYZ 14.61 22.47 18.32 -
YUV 114.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 54 146 110 0.63 0 0.25 0.43 156.52 0.46 0.39
Hex 36 92 6E 3F 0 19 2B 9D 2E 27
Octal 66 222 156 77 0 31 53 235 56 47
Binary 110110 10010010 1101110 111111 0 11001 101011 10011101 101110 100111

Color Harmonies of #36926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36926E

Black with #36926E

Text Example


Text Example

White with #36926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36926E; }

 p { color: rgb(54,146,110); }

 H1.HeaderClassName
 {
   color: #36926E;
 }
 .AnyTagClassName
 {
   color: #36926E;
 }
</style>

background-color css

<style>
 a { background-color: #36926E; }

 a { background-color: rgb(54,146,110); }

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

border-color css

<style>
 span { border-color: #36926E; }

 span { border-color: rgb(54,146,110); }

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