Html Css Color HEX #369076 Viridian

📋 copy color: '#369076'

red 54 ◦ green 144 ◦ blue 118

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

Shades of Viridian #369076

Tints of Viridian #369076

RGB

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

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

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

R = 17.09%
G = 45.57%
B = 37.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#369076 (or 0x369076) is known color: Viridian. HEX triplet: 36, 90 and 76. RGB value is (54,144,118). Sum of RGB (Red+Green+Blue) = 54+144+118=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #369076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369076 is #C96F89. Grayscale: #727272. Windows color (decimal): -13201290 or 7770166. OLE color: 7770166.

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

Color convert

RGB 54 144 118 -
CMYK 0.63 0 0.18 0.44
HSL 162.67º 0.45% 0.39% -
HSV(B) 162.67º 0.63% 0.56% -
XYZ 14.76 22.04 20.62 -
YUV 114.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 54 144 118 0.63 0 0.18 0.44 162.67 0.45 0.39
Hex 36 90 76 3F 0 12 2C A3 2D 27
Octal 66 220 166 77 0 22 54 243 55 47
Binary 110110 10010000 1110110 111111 0 10010 101100 10100011 101101 100111

Color Harmonies of #369076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369076

Black with #369076

Text Example


Text Example

White with #369076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369076; }

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

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

background-color css

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

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

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

border-color css

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

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

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