#388164

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

Shades of Viridian #388164

Tints of Viridian #388164

Color information

#388164 (or 0x388164) is unknown color: approx Viridian. HEX triplet: 38, 81 and 64. RGB value is (56,129,100). Sum of RGB (Red+Green+Blue) = 56+129+100=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #388164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388164 is #C77E9B. Grayscale: #676767. Windows color (decimal): -13074076 or 6586680. OLE color: 6586680.

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

Color convert

RGB56129100-
CMYK0.5700.220.49
HSL156.16º39.46%36.27%-
HSV(B)156.16º56.59%50.59%-
XYZ11.7817.4614.81-
YUV103.87125.8293.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=19.65%
G=45.26%
B=35.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291000.5700.220.49156.1639.4636.27
Hex38816439016319c2724
Octal7020114471026612344744
Binary11100010000001110010011100101011011000110011100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388164; }

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

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

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

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

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

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

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

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