#38916D

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

Shades of Viridian #38916D

Tints of Viridian #38916D

Color information

#38916D (or 0x38916D) is unknown color: approx Viridian. HEX triplet: 38, 91 and 6D. RGB value is (56,145,109). Sum of RGB (Red+Green+Blue) = 56+145+109=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #38916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38916D is #C76E92. Grayscale: #727272. Windows color (decimal): -13069971 or 7180600. OLE color: 7180600.

HSL color Cylindrical-coordinate representation of color #38916D: hue angle of 155.73º 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 #38916D is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB56145109-
CMYK0.6100.250.43
HSL155.73º44.28%39.41%-
HSV(B)155.73º61.38%56.86%-
XYZ14.5222.217.99-
YUV114.28125.0186.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=18.06%
G=46.77%
B=35.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451090.6100.250.43155.7344.2839.41
Hex38916D3D0192B9c2c27
Octal7022115575031532345447
Binary11100010010001110110111110101100110101110011100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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