Html Css Color HEX #368D76 Viridian

📋 copy color: '#368D76'

red 54 ◦ green 141 ◦ blue 118

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

Shades of Viridian #368D76

Tints of Viridian #368D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

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

R = 17.25%
G = 45.05%
B = 37.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#368D76 (or 0x368D76) is known color: Viridian. HEX triplet: 36, 8D and 76. RGB value is (54,141,118). Sum of RGB (Red+Green+Blue) = 54+141+118=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #368D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368D76 is #C97289. Grayscale: #707070. Windows color (decimal): -13202058 or 7769398. OLE color: 7769398.

HSL color Cylindrical-coordinate representation of color #368D76: hue angle of 164.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D76 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 141 118 -
CMYK 0.62 0 0.16 0.45
HSL 164.14º 0.45% 0.38% -
HSV(B) 164.14º 0.62% 0.55% -
XYZ 14.32 21.14 20.47 -
YUV 112.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 54 141 118 0.62 0 0.16 0.45 164.14 0.45 0.38
Hex 36 8D 76 3E 0 10 2D A4 2D 26
Octal 66 215 166 76 0 20 55 244 55 46
Binary 110110 10001101 1110110 111110 0 10000 101101 10100100 101101 100110

Color Harmonies of #368D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D76

Black with #368D76

Text Example


Text Example

White with #368D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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