#387A65

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

Shades of Viridian #387A65

Tints of Viridian #387A65

Color information

#387A65 (or 0x387A65) is unknown color: approx Viridian. HEX triplet: 38, 7A and 65. RGB value is (56,122,101). Sum of RGB (Red+Green+Blue) = 56+122+101=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #387A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A65 is #C7859A. Grayscale: #636363. Windows color (decimal): -13075867 or 6650424. OLE color: 6650424.

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

Color convert

RGB56122101-
CMYK0.5400.170.52
HSL160.91º37.08%34.9%-
HSV(B)160.91º54.1%47.84%-
XYZ10.9415.714.77-
YUV99.87128.6396.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=20.07%
G=43.73%
B=36.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561221010.5400.170.52160.9137.0834.9
Hex387A653601134a12523
Octal7017214566021642414543
Binary1110001111010110010111011001000111010010100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A65; }

 p { color: rgb(56,122,101); }

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

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

 a { background-color: rgb(56,122,101); }

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

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

 span { border-color: rgb(56,122,101); }

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