#388062

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

Shades of Viridian #388062

Tints of Viridian #388062

Color information

#388062 (or 0x388062) is unknown color: approx Viridian. HEX triplet: 38, 80 and 62. RGB value is (56,128,98). Sum of RGB (Red+Green+Blue) = 56+128+98=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #388062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388062 is #C77F9D. Grayscale: #676767. Windows color (decimal): -13074334 or 6455352. OLE color: 6455352.

HSL color Cylindrical-coordinate representation of color #388062: hue angle of 155º 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 #388062 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5612898-
CMYK0.5600.230.50
HSL155º39.13%36.08%-
HSV(B)155º56.25%50.2%-
XYZ11.5517.1614.26-
YUV103.05125.1594.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=19.86%
G=45.39%
B=34.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128980.5600.230.5015539.1336.08
Hex38806238017329b2724
Octal7020014270027622334744
Binary11100010000000110001011100001011111001010011011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388062; }

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

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

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

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

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

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

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

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