#369375

Color #369375 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #369375

Tints of Viridian #369375

Color information

#369375 (or 0x369375) is unknown color: approx 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

RGB54147117-
CMYK0.6300.200.42
HSL160.65º46.27%39.41%-
HSV(B)160.65º63.27%57.65%-
XYZ15.1722.9420.46-
YUV115.77128.6983.94-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541471170.6300.200.42160.6546.2739.41
Hex3693753F0142Aa12e27
Octal6622316577024522415647
Binary11011010010011111010111111101010010101010100001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>