#387E6A

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

Shades of Viridian #387E6A

Tints of Viridian #387E6A

Color information

#387E6A (or 0x387E6A) is unknown color: approx Viridian. HEX triplet: 38, 7E and 6A. RGB value is (56,126,106). Sum of RGB (Red+Green+Blue) = 56+126+106=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #387E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E6A is #C78195. Grayscale: #666666. Windows color (decimal): -13074838 or 6979128. OLE color: 6979128.

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

Color convert

RGB56126106-
CMYK0.5600.160.51
HSL162.86º38.46%35.69%-
HSV(B)162.86º55.56%49.41%-
XYZ11.6916.816.26-
YUV102.79129.8194.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=19.44%
G=43.75%
B=36.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261060.5600.160.51162.8638.4635.69
Hex387E6A3801033a32624
Octal7017615270020632434644
Binary1110001111110110101011100001000011001110100011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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