Html Css Color HEX #369274 Viridian

📋 copy color: '#369274'

red 54 ◦ green 146 ◦ blue 116

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

Shades of Viridian #369274

Tints of Viridian #369274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 17.09%
G = 46.2%
B = 36.71%

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

#369274 (or 0x369274) is known color: Viridian. HEX triplet: 36, 92 and 74. RGB value is (54,146,116). Sum of RGB (Red+Green+Blue) = 54+146+116=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #369274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369274 is #C96D8B. Grayscale: #737373. Windows color (decimal): -13200780 or 7639606. OLE color: 7639606.

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

Color convert

RGB 54 146 116 -
CMYK 0.63 0 0.21 0.43
HSL 160.43º 0.46% 0.39% -
HSV(B) 160.43º 0.63% 0.57% -
XYZ 14.95 22.6 20.1 -
YUV 115.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 54 146 116 0.63 0 0.21 0.43 160.43 0.46 0.39
Hex 36 92 74 3F 0 15 2B A0 2E 27
Octal 66 222 164 77 0 25 53 240 56 47
Binary 110110 10010010 1110100 111111 0 10101 101011 10100000 101110 100111

Color Harmonies of #369274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369274

Black with #369274

Text Example


Text Example

White with #369274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369274; }

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

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

background-color css

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

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

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

border-color css

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

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

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