#388775

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

Shades of Viridian #388775

Tints of Viridian #388775

Color information

#388775 (or 0x388775) is unknown color: approx Viridian. HEX triplet: 38, 87 and 75. RGB value is (56,135,117). Sum of RGB (Red+Green+Blue) = 56+135+117=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #388775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388775 is #C7788A. Grayscale: #6D6D6D. Windows color (decimal): -13072523 or 7702328. OLE color: 7702328.

HSL color Cylindrical-coordinate representation of color #388775: hue angle of 166.33º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388775 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB56135117-
CMYK0.5900.130.47
HSL166.33º41.36%37.45%-
HSV(B)166.33º58.52%52.94%-
XYZ13.5119.4519.87-
YUV109.33132.3389.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=18.18%
G=43.83%
B=37.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351170.5900.130.47166.3341.3637.45
Hex3887753B0D2Fa62925
Octal7020716573015572465145
Binary1110001000011111101011110110110110111110100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388775; }

 p { color: rgb(56,135,117); }

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

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

 a { background-color: rgb(56,135,117); }

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

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

 span { border-color: rgb(56,135,117); }

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