#387E64

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

Shades of Viridian #387E64

Tints of Viridian #387E64

Color information

#387E64 (or 0x387E64) is unknown color: approx Viridian. HEX triplet: 38, 7E and 64. RGB value is (56,126,100). Sum of RGB (Red+Green+Blue) = 56+126+100=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #387E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E64 is #C7819B. Grayscale: #666666. Windows color (decimal): -13074844 or 6585912. OLE color: 6585912.

HSL color Cylindrical-coordinate representation of color #387E64: hue angle of 157.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E64 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB56126100-
CMYK0.5600.210.51
HSL157.71º38.46%35.69%-
HSV(B)157.71º55.56%49.41%-
XYZ11.3916.6814.68-
YUV102.11126.8195.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 126 (49.61% from 255) = 44.68%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=19.86%
G=44.68%
B=35.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261000.5600.210.51157.7138.4635.69
Hex387E6438015339e2624
Octal7017614470025632364644
Binary1110001111110110010011100001010111001110011110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387E64; }

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

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

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

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

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

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

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

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