#387964

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

Shades of Viridian #387964

Tints of Viridian #387964

Color information

#387964 (or 0x387964) is unknown color: approx Viridian. HEX triplet: 38, 79 and 64. RGB value is (56,121,100). Sum of RGB (Red+Green+Blue) = 56+121+100=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #387964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387964 is #C7869B. Grayscale: #636363. Windows color (decimal): -13076124 or 6584632. OLE color: 6584632.

HSL color Cylindrical-coordinate representation of color #387964: hue angle of 160.62º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387964 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB56121100-
CMYK0.5400.170.53
HSL160.62º36.72%34.71%-
HSV(B)160.62º53.72%47.45%-
XYZ10.7715.4414.47-
YUV99.17128.4797.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=20.22%
G=43.68%
B=36.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561211000.5400.170.53160.6236.7234.71
Hex3879643601135a12523
Octal7017114466021652414543
Binary1110001111001110010011011001000111010110100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387964; }

 p { color: rgb(56,121,100); }

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

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

 a { background-color: rgb(56,121,100); }

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

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

 span { border-color: rgb(56,121,100); }

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