#388169

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

Shades of Viridian #388169

Tints of Viridian #388169

Color information

#388169 (or 0x388169) is unknown color: approx Viridian. HEX triplet: 38, 81 and 69. RGB value is (56,129,105). Sum of RGB (Red+Green+Blue) = 56+129+105=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #388169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388169 is #C77E96. Grayscale: #686868. Windows color (decimal): -13074071 or 6914360. OLE color: 6914360.

HSL color Cylindrical-coordinate representation of color #388169: hue angle of 160.27º 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 #388169 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB56129105-
CMYK0.5700.190.49
HSL160.27º39.46%36.27%-
HSV(B)160.27º56.59%50.59%-
XYZ12.0317.5616.12-
YUV104.44128.3293.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=19.31%
G=44.48%
B=36.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291050.5700.190.49160.2739.4636.27
Hex3881693901331a02724
Octal7020115171023612404744
Binary11100010000001110100111100101001111000110100000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388169; }

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

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

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

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

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

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

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

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