#387F6E

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

Shades of Viridian #387F6E

Tints of Viridian #387F6E

Color information

#387F6E (or 0x387F6E) is unknown color: approx Viridian. HEX triplet: 38, 7F and 6E. RGB value is (56,127,110). Sum of RGB (Red+Green+Blue) = 56+127+110=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6E is #C78091. Grayscale: #676767. Windows color (decimal): -13074578 or 7241528. OLE color: 7241528.

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

Color convert

RGB56127110-
CMYK0.5600.130.50
HSL165.63º38.8%35.88%-
HSV(B)165.63º55.91%49.8%-
XYZ12.0317.1517.43-
YUV103.83131.4893.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 127 (50% from 255) = 43.34%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=19.11%
G=43.34%
B=37.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561271100.5600.130.50165.6338.835.88
Hex387F6E380D32a62724
Octal7017715670015622464744
Binary111000111111111011101110000110111001010100110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,127,110); }

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

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

 a { background-color: rgb(56,127,110); }

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

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

 span { border-color: rgb(56,127,110); }

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