#38846D

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

Shades of Viridian #38846D

Tints of Viridian #38846D

Color information

#38846D (or 0x38846D) is unknown color: approx Viridian. HEX triplet: 38, 84 and 6D. RGB value is (56,132,109). Sum of RGB (Red+Green+Blue) = 56+132+109=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #38846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38846D is #C77B92. Grayscale: #6A6A6A. Windows color (decimal): -13073299 or 7177272. OLE color: 7177272.

HSL color Cylindrical-coordinate representation of color #38846D: hue angle of 161.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38846D is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB56132109-
CMYK0.5800.170.48
HSL161.84º40.43%36.86%-
HSV(B)161.84º57.58%51.76%-
XYZ12.6418.4517.36-
YUV106.65129.3291.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=18.86%
G=44.44%
B=36.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321090.5800.170.48161.8440.4336.86
Hex38846D3A01130a22825
Octal7020415572021602425045
Binary11100010000100110110111101001000111000010100010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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