#38936F

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

Shades of Viridian #38936F

Tints of Viridian #38936F

Color information

#38936F (or 0x38936F) is unknown color: approx Viridian. HEX triplet: 38, 93 and 6F. RGB value is (56,147,111). Sum of RGB (Red+Green+Blue) = 56+147+111=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #38936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38936F is #C76C90. Grayscale: #737373. Windows color (decimal): -13069457 or 7312184. OLE color: 7312184.

HSL color Cylindrical-coordinate representation of color #38936F: hue angle of 156.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38936F is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB56147111-
CMYK0.6200.240.42
HSL156.26º44.83%39.8%-
HSV(B)156.26º61.9%57.65%-
XYZ14.9322.8618.66-
YUV115.69125.3585.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=17.83%
G=46.82%
B=35.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471110.6200.240.42156.2644.8339.8
Hex38936F3E0182A9c2d28
Octal7022315776030522345550
Binary11100010010011110111111111001100010101010011100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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