Html Css Color HEX #368976 Viridian

📋 copy color: '#368976'

red 54 ◦ green 137 ◦ blue 118

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

Shades of Viridian #368976

Tints of Viridian #368976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 17.48%
G = 44.34%
B = 38.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#368976 (or 0x368976) is known color: Viridian. HEX triplet: 36, 89 and 76. RGB value is (54,137,118). Sum of RGB (Red+Green+Blue) = 54+137+118=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #368976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368976 is #C97689. Grayscale: #6E6E6E. Windows color (decimal): -13203082 or 7768374. OLE color: 7768374.

HSL color Cylindrical-coordinate representation of color #368976: hue angle of 166.27º 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 #368976 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 137 118 -
CMYK 0.61 0 0.14 0.46
HSL 166.27º 0.43% 0.37% -
HSV(B) 166.27º 0.61% 0.54% -
XYZ 13.74 19.98 20.27 -
YUV 110.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 54 137 118 0.61 0 0.14 0.46 166.27 0.43 0.37
Hex 36 89 76 3D 0 E 2E A6 2B 25
Octal 66 211 166 75 0 16 56 246 53 45
Binary 110110 10001001 1110110 111101 0 1110 101110 10100110 101011 100101

Color Harmonies of #368976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368976

Black with #368976

Text Example


Text Example

White with #368976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368976; }

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

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

background-color css

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

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

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

border-color css

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

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

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