#387E63

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

Shades of Viridian #387E63

Tints of Viridian #387E63

Color information

#387E63 (or 0x387E63) is unknown color: approx Viridian. HEX triplet: 38, 7E and 63. RGB value is (56,126,99). Sum of RGB (Red+Green+Blue) = 56+126+99=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #387E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E63 is #C7819C. Grayscale: #666666. Windows color (decimal): -13074845 or 6520376. OLE color: 6520376.

HSL color Cylindrical-coordinate representation of color #387E63: hue angle of 156.86º 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 #387E63 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB5612699-
CMYK0.5600.210.51
HSL156.86º38.46%35.69%-
HSV(B)156.86º55.56%49.41%-
XYZ11.3416.6614.42-
YUV101.99126.3195.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=19.93%
G=44.84%
B=35.23%

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
Decimal56126990.5600.210.51156.8638.4635.69
Hex387E6338015339d2624
Octal7017614370025632354644
Binary1110001111110110001111100001010111001110011101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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