#368165

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

Shades of Viridian #368165

Tints of Viridian #368165

Color information

#368165 (or 0x368165) is unknown color: approx Viridian. HEX triplet: 36, 81 and 65. RGB value is (54,129,101). Sum of RGB (Red+Green+Blue) = 54+129+101=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #368165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368165 is #C97E9A. Grayscale: #676767. Windows color (decimal): -13205147 or 6652214. OLE color: 6652214.

HSL color Cylindrical-coordinate representation of color #368165: hue angle of 157.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368165 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB54129101-
CMYK0.5800.220.49
HSL157.6º40.98%35.88%-
HSV(B)157.6º58.14%50.59%-
XYZ11.7217.4215.06-
YUV103.38126.6592.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=19.01%
G=45.42%
B=35.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541291010.5800.220.49157.640.9835.88
Hex3681653A016319e2924
Octal6620114572026612365144
Binary11011010000001110010111101001011011000110011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368165; }

 p { color: rgb(54,129,101); }

 H1.HeaderClassName
 {
   color: #368165;
 }
 .AnyTagClassName
 {
   color: #368165;
 }
</style>
background-color css

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

 a { background-color: rgb(54,129,101); }

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

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

 span { border-color: rgb(54,129,101); }

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