#388069

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

Shades of Viridian #388069

Tints of Viridian #388069

Color information

#388069 (or 0x388069) is unknown color: approx Viridian. HEX triplet: 38, 80 and 69. RGB value is (56,128,105). Sum of RGB (Red+Green+Blue) = 56+128+105=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #388069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388069 is #C77F96. Grayscale: #676767. Windows color (decimal): -13074327 or 6914104. OLE color: 6914104.

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

Color convert

RGB56128105-
CMYK0.5600.180.50
HSL160.83º39.13%36.08%-
HSV(B)160.83º56.25%50.2%-
XYZ11.917.316.08-
YUV103.85128.6593.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=19.38%
G=44.29%
B=36.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561281050.5600.180.50160.8339.1336.08
Hex3880693801232a12724
Octal7020015170022622414744
Binary11100010000000110100111100001001011001010100001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388069; }

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

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

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

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

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

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

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

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