Html Css Color HEX #36906E Viridian

📋 copy color: '#36906E'

red 54 ◦ green 144 ◦ blue 110

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

Shades of Viridian #36906E

Tints of Viridian #36906E

RGB

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

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

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

R = 17.53%
G = 46.75%
B = 35.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#36906E (or 0x36906E) is known color: Viridian. HEX triplet: 36, 90 and 6E. RGB value is (54,144,110). Sum of RGB (Red+Green+Blue) = 54+144+110=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #36906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906E is #C96F91. Grayscale: #717171. Windows color (decimal): -13201298 or 7245878. OLE color: 7245878.

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

Color convert

RGB 54 144 110 -
CMYK 0.63 0 0.24 0.44
HSL 157.33º 0.45% 0.39% -
HSV(B) 157.33º 0.63% 0.56% -
XYZ 14.31 21.86 18.22 -
YUV 113.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 54 144 110 0.63 0 0.24 0.44 157.33 0.45 0.39
Hex 36 90 6E 3F 0 18 2C 9D 2D 27
Octal 66 220 156 77 0 30 54 235 55 47
Binary 110110 10010000 1101110 111111 0 11000 101100 10011101 101101 100111

Color Harmonies of #36906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36906E

Black with #36906E

Text Example


Text Example

White with #36906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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