#388061

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

Shades of Viridian #388061

Tints of Viridian #388061

Color information

#388061 (or 0x388061) is unknown color: approx Viridian. HEX triplet: 38, 80 and 61. RGB value is (56,128,97). Sum of RGB (Red+Green+Blue) = 56+128+97=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #388061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388061 is #C77F9E. Grayscale: #666666. Windows color (decimal): -13074335 or 6389816. OLE color: 6389816.

HSL color Cylindrical-coordinate representation of color #388061: hue angle of 154.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388061 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB5612897-
CMYK0.5600.240.50
HSL154.17º39.13%36.08%-
HSV(B)154.17º56.25%50.2%-
XYZ11.5117.1414.01-
YUV102.94124.6594.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=19.93%
G=45.55%
B=34.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128970.5600.240.50154.1739.1336.08
Hex38806138018329a2724
Octal7020014170030622324744
Binary11100010000000110000111100001100011001010011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388061; }

 p { color: rgb(56,128,97); }

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

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

 a { background-color: rgb(56,128,97); }

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

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

 span { border-color: rgb(56,128,97); }

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