#388569

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

Shades of Viridian #388569

Tints of Viridian #388569

Color information

#388569 (or 0x388569) is unknown color: approx Viridian. HEX triplet: 38, 85 and 69. RGB value is (56,133,105). Sum of RGB (Red+Green+Blue) = 56+133+105=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #388569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388569 is #C77A96. Grayscale: #6A6A6A. Windows color (decimal): -13073047 or 6915384. OLE color: 6915384.

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

Color convert

RGB56133105-
CMYK0.5800.210.48
HSL158.18º40.74%37.06%-
HSV(B)158.18º57.89%52.16%-
XYZ12.5718.6416.3-
YUV106.78126.9991.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=19.05%
G=45.24%
B=35.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331050.5800.210.48158.1840.7437.06
Hex3885693A015309e2925
Octal7020515172025602365145
Binary11100010000101110100111101001010111000010011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388569; }

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

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

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

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

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

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

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

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