#38826C

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

Shades of Viridian #38826C

Tints of Viridian #38826C

Color information

#38826C (or 0x38826C) is unknown color: approx Viridian. HEX triplet: 38, 82 and 6C. RGB value is (56,130,108). Sum of RGB (Red+Green+Blue) = 56+130+108=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #38826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826C is #C77D93. Grayscale: #696969. Windows color (decimal): -13073812 or 7111224. OLE color: 7111224.

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

Color convert

RGB56130108-
CMYK0.5700.170.49
HSL162.16º39.78%36.47%-
HSV(B)162.16º56.92%50.98%-
XYZ12.3217.8916.99-
YUV105.37129.4892.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=19.05%
G=44.22%
B=36.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301080.5700.170.49162.1639.7836.47
Hex38826C3901131a22824
Octal7020215471021612425044
Binary11100010000010110110011100101000111000110100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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