Html Css Color HEX #369276 Viridian

📋 copy color: '#369276'

red 54 ◦ green 146 ◦ blue 118

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

Shades of Viridian #369276

Tints of Viridian #369276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.91%

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

R = 16.98%
G = 45.91%
B = 37.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#369276 (or 0x369276) is known color: Viridian. HEX triplet: 36, 92 and 76. RGB value is (54,146,118). Sum of RGB (Red+Green+Blue) = 54+146+118=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #369276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369276 is #C96D89. Grayscale: #737373. Windows color (decimal): -13200778 or 7770678. OLE color: 7770678.

HSL color Cylindrical-coordinate representation of color #369276: hue angle of 161.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369276 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 118 -
CMYK 0.63 0 0.19 0.43
HSL 161.74º 0.46% 0.39% -
HSV(B) 161.74º 0.63% 0.57% -
XYZ 15.07 22.65 20.72 -
YUV 115.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 54 146 118 0.63 0 0.19 0.43 161.74 0.46 0.39
Hex 36 92 76 3F 0 13 2B A2 2E 27
Octal 66 222 166 77 0 23 53 242 56 47
Binary 110110 10010010 1110110 111111 0 10011 101011 10100010 101110 100111

Color Harmonies of #369276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369276

Black with #369276

Text Example


Text Example

White with #369276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369276; }

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

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

background-color css

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

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

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

border-color css

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

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

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