#388065

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

Shades of Viridian #388065

Tints of Viridian #388065

Color information

#388065 (or 0x388065) is unknown color: approx Viridian. HEX triplet: 38, 80 and 65. RGB value is (56,128,101). Sum of RGB (Red+Green+Blue) = 56+128+101=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #388065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388065 is #C77F9A. Grayscale: #676767. Windows color (decimal): -13074331 or 6651960. OLE color: 6651960.

HSL color Cylindrical-coordinate representation of color #388065: hue angle of 157.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388065 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB56128101-
CMYK0.5600.210.50
HSL157.5º39.13%36.08%-
HSV(B)157.5º56.25%50.2%-
XYZ11.717.2215.02-
YUV103.39126.6594.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=19.65%
G=44.91%
B=35.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561281010.5600.210.50157.539.1336.08
Hex38806538015329e2724
Octal7020014570025622364744
Binary11100010000000110010111100001010111001010011110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388065; }

 p { color: rgb(56,128,101); }

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

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

 a { background-color: rgb(56,128,101); }

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

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

 span { border-color: rgb(56,128,101); }

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