#38916F

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

Shades of Viridian #38916F

Tints of Viridian #38916F

Color information

#38916F (or 0x38916F) is unknown color: approx Viridian. HEX triplet: 38, 91 and 6F. RGB value is (56,145,111). Sum of RGB (Red+Green+Blue) = 56+145+111=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #38916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38916F is #C76E90. Grayscale: #727272. Windows color (decimal): -13069969 or 7311672. OLE color: 7311672.

HSL color Cylindrical-coordinate representation of color #38916F: hue angle of 157.08º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38916F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB56145111-
CMYK0.6100.230.43
HSL157.08º44.28%39.41%-
HSV(B)157.08º61.38%56.86%-
XYZ14.6322.2418.56-
YUV114.51126.0186.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=17.95%
G=46.47%
B=35.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451110.6100.230.43157.0844.2839.41
Hex38916F3D0172B9d2c27
Octal7022115775027532355447
Binary11100010010001110111111110101011110101110011101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38916F; }

 p { color: rgb(56,145,111); }

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

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

 a { background-color: rgb(56,145,111); }

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

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

 span { border-color: rgb(56,145,111); }

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