Html Css Color HEX #369273 Viridian

📋 copy color: '#369273'

red 54 ◦ green 146 ◦ blue 115

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

Shades of Viridian #369273

Tints of Viridian #369273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 17.14%
G = 46.35%
B = 36.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#369273 (or 0x369273) is known color: Viridian. HEX triplet: 36, 92 and 73. RGB value is (54,146,115). Sum of RGB (Red+Green+Blue) = 54+146+115=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #369273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369273 is #C96D8C. Grayscale: #727272. Windows color (decimal): -13200781 or 7574070. OLE color: 7574070.

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

Color convert

RGB 54 146 115 -
CMYK 0.63 0 0.21 0.43
HSL 159.78º 0.46% 0.39% -
HSV(B) 159.78º 0.63% 0.57% -
XYZ 14.89 22.58 19.79 -
YUV 114.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 54 146 115 0.63 0 0.21 0.43 159.78 0.46 0.39
Hex 36 92 73 3F 0 15 2B A0 2E 27
Octal 66 222 163 77 0 25 53 240 56 47
Binary 110110 10010010 1110011 111111 0 10101 101011 10100000 101110 100111

Color Harmonies of #369273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369273

Black with #369273

Text Example


Text Example

White with #369273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369273; }

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

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

background-color css

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

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

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

border-color css

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

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

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