#388573

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

Shades of Viridian #388573

Tints of Viridian #388573

Color information

#388573 (or 0x388573) is unknown color: approx Viridian. HEX triplet: 38, 85 and 73. RGB value is (56,133,115). Sum of RGB (Red+Green+Blue) = 56+133+115=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #388573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388573 is #C77A8C. Grayscale: #6B6B6B. Windows color (decimal): -13073037 or 7570744. OLE color: 7570744.

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

Color convert

RGB56133115-
CMYK0.5800.140.48
HSL165.97º40.74%37.06%-
HSV(B)165.97º57.89%52.16%-
XYZ13.1118.8519.17-
YUV107.92131.9990.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=18.42%
G=43.75%
B=37.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331150.5800.140.48165.9740.7437.06
Hex3885733A0E30a62925
Octal7020516372016602465145
Binary1110001000010111100111110100111011000010100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388573; }

 p { color: rgb(56,133,115); }

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

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

 a { background-color: rgb(56,133,115); }

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

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

 span { border-color: rgb(56,133,115); }

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