#388764

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

Shades of Viridian #388764

Tints of Viridian #388764

Color information

#388764 (or 0x388764) is unknown color: approx Viridian. HEX triplet: 38, 87 and 64. RGB value is (56,135,100). Sum of RGB (Red+Green+Blue) = 56+135+100=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #388764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388764 is #C7789B. Grayscale: #6B6B6B. Windows color (decimal): -13072540 or 6588216. OLE color: 6588216.

HSL color Cylindrical-coordinate representation of color #388764: hue angle of 153.42º 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 #388764 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB56135100-
CMYK0.5900.260.47
HSL153.42º41.36%37.45%-
HSV(B)153.42º58.52%52.94%-
XYZ12.619.0915.08-
YUV107.39123.8391.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=19.24%
G=46.39%
B=34.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351000.5900.260.47153.4241.3637.45
Hex3887643B01A2F992925
Octal7020714473032572315145
Binary11100010000111110010011101101101010111110011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388764; }

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

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

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

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

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

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

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

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