#38866D

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

Shades of Viridian #38866D

Tints of Viridian #38866D

Color information

#38866D (or 0x38866D) is unknown color: approx Viridian. HEX triplet: 38, 86 and 6D. RGB value is (56,134,109). Sum of RGB (Red+Green+Blue) = 56+134+109=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #38866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38866D is #C77992. Grayscale: #6B6B6B. Windows color (decimal): -13072787 or 7177784. OLE color: 7177784.

HSL color Cylindrical-coordinate representation of color #38866D: hue angle of 160.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38866D is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB56134109-
CMYK0.5800.190.47
HSL160.77º41.05%37.25%-
HSV(B)160.77º58.21%52.55%-
XYZ12.921917.45-
YUV107.83128.6691.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=18.73%
G=44.82%
B=36.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341090.5800.190.47160.7741.0537.25
Hex38866D3A0132Fa12925
Octal7020615572023572415145
Binary11100010000110110110111101001001110111110100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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