#38876C

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

Shades of Viridian #38876C

Tints of Viridian #38876C

Color information

#38876C (or 0x38876C) is unknown color: approx Viridian. HEX triplet: 38, 87 and 6C. RGB value is (56,135,108). Sum of RGB (Red+Green+Blue) = 56+135+108=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #38876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38876C is #C77893. Grayscale: #6C6C6C. Windows color (decimal): -13072532 or 7112504. OLE color: 7112504.

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

Color convert

RGB56135108-
CMYK0.5900.20.47
HSL159.49º41.36%37.45%-
HSV(B)159.49º58.52%52.94%-
XYZ1319.2517.22-
YUV108.3127.8390.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=18.73%
G=45.15%
B=36.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351080.5900.20.47159.4941.3637.45
Hex38876C3B0142F9f2925
Octal7020715473024572375145
Binary11100010000111110110011101101010010111110011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38876C; }

 p { color: rgb(56,135,108); }

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

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

 a { background-color: rgb(56,135,108); }

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

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

 span { border-color: rgb(56,135,108); }

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