Html Css Color HEX #36896D Viridian

📋 copy color: '#36896D'

red 54 ◦ green 137 ◦ blue 109

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

Shades of Viridian #36896D

Tints of Viridian #36896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 18%
G = 45.67%
B = 36.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#36896D (or 0x36896D) is known color: Viridian. HEX triplet: 36, 89 and 6D. RGB value is (54,137,109). Sum of RGB (Red+Green+Blue) = 54+137+109=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #36896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36896D is #C97692. Grayscale: #6D6D6D. Windows color (decimal): -13203091 or 7178550. OLE color: 7178550.

HSL color Cylindrical-coordinate representation of color #36896D: hue angle of 159.76º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36896D is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 137 109 -
CMYK 0.61 0 0.20 0.46
HSL 159.76º 0.43% 0.37% -
HSV(B) 159.76º 0.61% 0.54% -
XYZ 13.23 19.78 17.59 -
YUV 108.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 54 137 109 0.61 0 0.20 0.46 159.76 0.43 0.37
Hex 36 89 6D 3D 0 14 2E A0 2B 25
Octal 66 211 155 75 0 24 56 240 53 45
Binary 110110 10001001 1101101 111101 0 10100 101110 10100000 101011 100101

Color Harmonies of #36896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36896D

Black with #36896D

Text Example


Text Example

White with #36896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36896D; }

 p { color: rgb(54,137,109); }

 H1.HeaderClassName
 {
   color: #36896D;
 }
 .AnyTagClassName
 {
   color: #36896D;
 }
</style>

background-color css

<style>
 a { background-color: #36896D; }

 a { background-color: rgb(54,137,109); }

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

border-color css

<style>
 span { border-color: #36896D; }

 span { border-color: rgb(54,137,109); }

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