Html Css Color HEX #369170 Viridian

📋 copy color: '#369170'

red 54 ◦ green 145 ◦ blue 112

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

Shades of Viridian #369170

Tints of Viridian #369170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 17.36%
G = 46.62%
B = 36.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#369170 (or 0x369170) is known color: Viridian. HEX triplet: 36, 91 and 70. RGB value is (54,145,112). Sum of RGB (Red+Green+Blue) = 54+145+112=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #369170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369170 is #C96E8F. Grayscale: #727272. Windows color (decimal): -13201040 or 7377206. OLE color: 7377206.

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

Color convert

RGB 54 145 112 -
CMYK 0.63 0 0.23 0.43
HSL 158.24º 0.46% 0.39% -
HSV(B) 158.24º 0.63% 0.57% -
XYZ 14.57 22.2 18.85 -
YUV 114.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 54 145 112 0.63 0 0.23 0.43 158.24 0.46 0.39
Hex 36 91 70 3F 0 17 2B 9E 2E 27
Octal 66 221 160 77 0 27 53 236 56 47
Binary 110110 10010001 1110000 111111 0 10111 101011 10011110 101110 100111

Color Harmonies of #369170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369170

Black with #369170

Text Example


Text Example

White with #369170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369170; }

 p { color: rgb(54,145,112); }

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

background-color css

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

 a { background-color: rgb(54,145,112); }

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

border-color css

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

 span { border-color: rgb(54,145,112); }

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