#388674

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

Shades of Viridian #388674

Tints of Viridian #388674

Color information

#388674 (or 0x388674) is unknown color: approx Viridian. HEX triplet: 38, 86 and 74. RGB value is (56,134,116). Sum of RGB (Red+Green+Blue) = 56+134+116=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #388674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388674 is #C7798B. Grayscale: #6C6C6C. Windows color (decimal): -13072780 or 7636536. OLE color: 7636536.

HSL color Cylindrical-coordinate representation of color #388674: hue angle of 166.15º 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 #388674 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB56134116-
CMYK0.5800.130.47
HSL166.15º41.05%37.25%-
HSV(B)166.15º58.21%52.55%-
XYZ13.3119.1519.52-
YUV108.63132.1690.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=18.30%
G=43.79%
B=37.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341160.5800.130.47166.1541.0537.25
Hex3886743A0D2Fa62925
Octal7020616472015572465145
Binary1110001000011011101001110100110110111110100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388674; }

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

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

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

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

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

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

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

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