#388567

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

Shades of Viridian #388567

Tints of Viridian #388567

Color information

#388567 (or 0x388567) is unknown color: approx Viridian. HEX triplet: 38, 85 and 67. RGB value is (56,133,103). Sum of RGB (Red+Green+Blue) = 56+133+103=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #388567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388567 is #C77A98. Grayscale: #6A6A6A. Windows color (decimal): -13073049 or 6784312. OLE color: 6784312.

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

Color convert

RGB56133103-
CMYK0.5800.230.48
HSL156.62º40.74%37.06%-
HSV(B)156.62º57.89%52.16%-
XYZ12.4718.615.76-
YUV106.56125.9991.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=19.18%
G=45.55%
B=35.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331030.5800.230.48156.6240.7437.06
Hex3885673A017309d2925
Octal7020514772027602355145
Binary11100010000101110011111101001011111000010011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388567; }

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

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

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

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

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

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

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

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