#38836E

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

Shades of Viridian #38836E

Tints of Viridian #38836E

Color information

#38836E (or 0x38836E) is unknown color: approx Viridian. HEX triplet: 38, 83 and 6E. RGB value is (56,131,110). Sum of RGB (Red+Green+Blue) = 56+131+110=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #38836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38836E is #C77C91. Grayscale: #6A6A6A. Windows color (decimal): -13073554 or 7242552. OLE color: 7242552.

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

Color convert

RGB56131110-
CMYK0.5700.160.49
HSL163.2º40.11%36.67%-
HSV(B)163.2º57.25%51.37%-
XYZ12.5618.217.6-
YUV106.18130.1592.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=18.86%
G=44.11%
B=37.04%

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
Decimal561311100.5700.160.49163.240.1136.67
Hex38836E3901031a32825
Octal7020315671020612435045
Binary11100010000011110111011100101000011000110100011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38836E; }

 p { color: rgb(56,131,110); }

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

<style>
 a { background-color: #38836E; }

 a { background-color: rgb(56,131,110); }

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

<style>
 span { border-color: #38836E; }

 span { border-color: rgb(56,131,110); }

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