#388272

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

Shades of Viridian #388272

Tints of Viridian #388272

Color information

#388272 (or 0x388272) is unknown color: approx Viridian. HEX triplet: 38, 82 and 72. RGB value is (56,130,114). Sum of RGB (Red+Green+Blue) = 56+130+114=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #388272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388272 is #C77D8D. Grayscale: #6A6A6A. Windows color (decimal): -13073806 or 7504440. OLE color: 7504440.

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

Color convert

RGB56130114-
CMYK0.5700.120.49
HSL167.03º39.78%36.47%-
HSV(B)167.03º56.92%50.98%-
XYZ12.6518.0218.73-
YUV106.05132.4892.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=18.67%
G=43.33%
B=38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301140.5700.120.49167.0339.7836.47
Hex388272390C31a72824
Octal7020216271014612475044
Binary1110001000001011100101110010110011000110100111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388272; }

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

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

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

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

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

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

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

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