Html Css Color HEX #369375 Viridian

📋 copy color: '#369375'

red 54 ◦ green 147 ◦ blue 117

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

Shades of Viridian #369375

Tints of Viridian #369375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 16.98%
G = 46.23%
B = 36.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#369375 (or 0x369375) is known color: Viridian. HEX triplet: 36, 93 and 75. RGB value is (54,147,117). Sum of RGB (Red+Green+Blue) = 54+147+117=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #369375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369375 is #C96C8A. Grayscale: #737373. Windows color (decimal): -13200523 or 7705398. OLE color: 7705398.

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

Color convert

RGB 54 147 117 -
CMYK 0.63 0 0.20 0.42
HSL 160.65º 0.46% 0.39% -
HSV(B) 160.65º 0.63% 0.58% -
XYZ 15.17 22.94 20.46 -
YUV 115.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 54 147 117 0.63 0 0.20 0.42 160.65 0.46 0.39
Hex 36 93 75 3F 0 14 2A A1 2E 27
Octal 66 223 165 77 0 24 52 241 56 47
Binary 110110 10010011 1110101 111111 0 10100 101010 10100001 101110 100111

Color Harmonies of #369375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369375

Black with #369375

Text Example


Text Example

White with #369375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369375; }

 p { color: rgb(54,147,117); }

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

background-color css

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

 a { background-color: rgb(54,147,117); }

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

border-color css

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

 span { border-color: rgb(54,147,117); }

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