#388263

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

Shades of Viridian #388263

Tints of Viridian #388263

Color information

#388263 (or 0x388263) is unknown color: approx Viridian. HEX triplet: 38, 82 and 63. RGB value is (56,130,99). Sum of RGB (Red+Green+Blue) = 56+130+99=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #388263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388263 is #C77D9C. Grayscale: #686868. Windows color (decimal): -13073821 or 6521400. OLE color: 6521400.

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

Color convert

RGB5613099-
CMYK0.5700.240.49
HSL154.86º39.78%36.47%-
HSV(B)154.86º56.92%50.98%-
XYZ11.8717.7114.6-
YUV104.34124.9893.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=19.65%
G=45.61%
B=34.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130990.5700.240.49154.8639.7836.47
Hex38826339018319b2824
Octal7020214371030612335044
Binary11100010000010110001111100101100011000110011011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388263; }

 p { color: rgb(56,130,99); }

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

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

 a { background-color: rgb(56,130,99); }

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

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

 span { border-color: rgb(56,130,99); }

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