#38826B

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

Shades of Viridian #38826B

Tints of Viridian #38826B

Color information

#38826B (or 0x38826B) is unknown color: approx Viridian. HEX triplet: 38, 82 and 6B. RGB value is (56,130,107). Sum of RGB (Red+Green+Blue) = 56+130+107=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #38826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826B is #C77D94. Grayscale: #696969. Windows color (decimal): -13073813 or 7045688. OLE color: 7045688.

HSL color Cylindrical-coordinate representation of color #38826B: hue angle of 161.35º 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 #38826B is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB56130107-
CMYK0.5700.180.49
HSL161.35º39.78%36.47%-
HSV(B)161.35º56.92%50.98%-
XYZ12.2717.8716.71-
YUV105.25128.9892.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=19.11%
G=44.37%
B=36.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301070.5700.180.49161.3539.7836.47
Hex38826B3901231a12824
Octal7020215371022612415044
Binary11100010000010110101111100101001011000110100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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