#38826D

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

Shades of Viridian #38826D

Tints of Viridian #38826D

Color information

#38826D (or 0x38826D) is unknown color: approx Viridian. HEX triplet: 38, 82 and 6D. RGB value is (56,130,109). Sum of RGB (Red+Green+Blue) = 56+130+109=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #38826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826D is #C77D92. Grayscale: #696969. Windows color (decimal): -13073811 or 7176760. OLE color: 7176760.

HSL color Cylindrical-coordinate representation of color #38826D: hue angle of 162.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38826D is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB56130109-
CMYK0.5700.160.49
HSL162.97º39.78%36.47%-
HSV(B)162.97º56.92%50.98%-
XYZ12.3717.9117.27-
YUV105.48129.9892.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=18.98%
G=44.07%
B=36.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301090.5700.160.49162.9739.7836.47
Hex38826D3901031a32824
Octal7020215571020612435044
Binary11100010000010110110111100101000011000110100011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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