#388572

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

Shades of Viridian #388572

Tints of Viridian #388572

Color information

#388572 (or 0x388572) is unknown color: approx Viridian. HEX triplet: 38, 85 and 72. RGB value is (56,133,114). Sum of RGB (Red+Green+Blue) = 56+133+114=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #388572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388572 is #C77A8D. Grayscale: #6B6B6B. Windows color (decimal): -13073038 or 7505208. OLE color: 7505208.

HSL color Cylindrical-coordinate representation of color #388572: hue angle of 165.19º degrees, saturation: 0.41, 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 #388572 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB56133114-
CMYK0.5800.140.48
HSL165.19º40.74%37.06%-
HSV(B)165.19º57.89%52.16%-
XYZ13.0618.8318.87-
YUV107.81131.4991.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=18.48%
G=43.89%
B=37.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331140.5800.140.48165.1940.7437.06
Hex3885723A0E30a52925
Octal7020516272016602455145
Binary1110001000010111100101110100111011000010100101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388572; }

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

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

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

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

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

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

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

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