#388671

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

Shades of Viridian #388671

Tints of Viridian #388671

Color information

#388671 (or 0x388671) is unknown color: approx Viridian. HEX triplet: 38, 86 and 71. RGB value is (56,134,113). Sum of RGB (Red+Green+Blue) = 56+134+113=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #388671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388671 is #C7798E. Grayscale: #6C6C6C. Windows color (decimal): -13072783 or 7439928. OLE color: 7439928.

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

Color convert

RGB56134113-
CMYK0.5800.160.47
HSL163.85º41.05%37.25%-
HSV(B)163.85º58.21%52.55%-
XYZ13.1419.0818.61-
YUV108.28130.6690.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=18.48%
G=44.22%
B=37.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341130.5800.160.47163.8541.0537.25
Hex3886713A0102Fa42925
Octal7020616172020572445145
Binary11100010000110111000111101001000010111110100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388671; }

 p { color: rgb(56,134,113); }

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

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

 a { background-color: rgb(56,134,113); }

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

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

 span { border-color: rgb(56,134,113); }

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